@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Version
Registrable with a version identifier.
See toString() method
of class Version for more details about
the version format.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Version identifier as string.
|