@Documented @Retention(value=CLASS) @Target(value=PACKAGE) public @interface Version
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.
public abstract String value
The version must be a valid OSGi version string.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0