Annotation Interface SecretCommand


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface SecretCommand
Marks a command as a "secret" command. This can be used to prevent certain features such as appearing in help menus, auto-completion, etc.

Accessible with ExecutableCommand.isSecret()