Annotation Interface BundleCategory


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

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The list of categories on the OSGi Website
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Custom categories.
  • Element Details

    • custom

      String[] custom
      Custom categories.
      Default:
      {}