Package co.aikar.commands.annotation
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 UseDescriptiontogether with the help menu for that purpose.