Annotation Type Version
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface VersionAnnotation used to express the version of a component or method.- Since:
- 1.1.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe version of component or method.
-