@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.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The version of the annotated package.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0