Annotation Type Version


@Documented @Retention(CLASS) @Target(PACKAGE) public @interface Version
Specify the version of a package.

This annotation is not retained at runtime. It is for use by tools to generate bundle manifests or otherwise process the version of a package.

Author:
$Id: 6e4361486f9f41adbfadba45e4f07f83ea81864e $
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The version of the annotated package.
  • Element Details

    • value

      String value
      The version of the annotated package.

      The version must be a valid OSGi version string.