Package org.osgi.annotation.versioning
Annotation Type 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: 7121973d858c761b1093ea198d516fa492655ae1 $
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe version of the annotated package.The version must be a valid OSGi version string.
-