Annotation Interface Version


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface Version
Annotation used to express the version of a component or method.
Since:
1.1.0
Author:
Bogdan Oros, graemerocher
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The version of component or method.
  • Element Details

    • value

      String value
      The version of component or method.
      Returns:
      version value