@Documented @Retention(value=CLASS) @Target(value={TYPE,PACKAGE}) @Repeatable(value=Headers.class) public @interface Header
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.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0