Annotation Type ArgumentVector.Description


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public static @interface ArgumentVector.Description
    This annotation can be used to give a meaningful description to a command, parameter or the program's class.
    Since:
    1.0.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value