@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 © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0