Package aQute.bnd.bundle.annotations
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: 92dc3577539355b26523d7ba94979c2983b5d0dd $