Package org.osgi.annotation.bundle
Annotation Type Header
-
@Documented @Retention(CLASS) @Target({TYPE,PACKAGE}) @Repeatable(Headers.class) public @interface Header
Define a manifest header for a bundle.For example:
@Header(name=Constants.BUNDLE_CATEGORY, value="osgi")
This annotation is not retained at runtime. It is for use by tools to generate bundle manifests.
- Author:
- $Id: 7f055fcd764d4e5cb2f7ea10bc77dbc808df068a $