Package co.aikar.commands.annotation
Annotation Type HelpCommand
-
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface HelpCommand
A Shortcut for specifyingCatchUnknown,DefaultandSubcommandon a method. Subcommand carries the same value as this annotations value to define the list of subcommands to register for. a method marked with this annotation should also use aCommandHelpcontext parameter to show help.