|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=CLASS) @Target(value=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.
| Required Element Summary | |
|---|---|
java.lang.String |
value
The version of the annotated package. |
| Element Detail |
|---|
public abstract java.lang.String value
The version must be a valid OSGi version string.
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||