aQute.bnd.annotation.headers
Annotation Type BundleCategory


@Retention(value=CLASS)
@Target(value={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 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

value

public abstract Category[] value
The list of categories on the OSGi Website

custom

public abstract String[] custom
Custom categories.

Default:
{}


Copyright © 2014 aQute SARL. All rights reserved.