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: 2dde5d7c3ed43968e3354a0b12fc0653eed71efc $