Annotation Type 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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The version of component or method.
    • Element Detail

      • value

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