@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
public abstract java.lang.String[] custom
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.