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