Annotation Type 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
      Category[] value
      The list of categories on the OSGi Website
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] custom
      Custom categories.
      • custom

        java.lang.String[] custom
        Custom categories.
        Default:
        {}