|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,TYPE})
public @interface BundleCategoryThe Bundle-Category header holds a comma-separated list of category names. These categories are free form but there is a list on the OSGi Website
All categories are merged together with any duplicates removed
See About
| Required Element Summary | |
|---|---|
Category[] |
value
The list of categories on the OSGi Website |
| Optional Element Summary | |
|---|---|
String[] |
custom
Custom categories. |
| Element Detail |
|---|
public abstract Category[] value
public abstract String[] custom
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||