Annotation Type Header


Define a manifest header for a bundle.

For example:

 @Header(name=Constants.BUNDLE_CATEGORY, value="osgi")
 

This annotation is not retained at runtime. It is for use by tools to generate bundle manifests.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of this header.
    The value of this header.
  • Element Details

    • name

      String name
      The name of this header.
    • value

      String value
      The value of this header.