Package aQute.bnd.annotation.headers
Annotation Type BundleCategory
-
@Retention(CLASS) @Target({ANNOTATION_TYPE,TYPE}) public @interface BundleCategory
The Bundle-Category header holds a comma-separated list of category names. These categories are free form but there is a list on the OSGi WebsiteAll categories are merged together with any duplicates removed
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Category[]
value
The list of categories on the OSGi Website
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
custom
Custom categories.
-
-
-
Element Detail
-
value
Category[] value
The list of categories on the OSGi Website
-
-