@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,TYPE})
public @interface BundleCategory
All categories are merged together with any duplicates removed See
About
Modifier and Type | Required Element and Description |
---|---|
Category[] |
value
The list of categories on the
OSGi
Website
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
custom
Custom categories.
|
public abstract Category[] value