Annotation Type Syntax


  • @Retention(RUNTIME)
    @Target({METHOD,PARAMETER,ANNOTATION_TYPE})
    public @interface Syntax
    Specifies the syntax to be used when executing this command. It should not include any descriptions of the arguments nor when some are allowed and when they are not. Use of this annotation is not necessary. Syntax will be automatically generated for you. Use this annotation to override automatic syntax Use Description together with the help menu for that purpose.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value