Annotation Interface Version
@Documented
@Inherited
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Version
Indicates that the annotated element is associated with some kind
of version.
- Author:
- Laird Nelson
-
Optional Element Summary
-
Element Details
-
value
The value of the version.- Returns:
- the value of the version
- Default:
- ""
-