Package cloud.commandframework.annotations
Annotation parsing related classes
-
Class Summary Class Description AnnotationParser<C> Parser that parses class instancescommands -
Annotation Types Summary Annotation Type Description Argument Annotation used to indicate that a method parameter is a command argumentCommandDescription Maps toStandardParameters.DESCRIPTIONCommandMethod Used to declare a class method as a command methodCommandPermission Equivalent toCommand.Builder.permission(String)Confirmation Require confirmation for the commandFlag Indicates that the parameter should be treated like aCommandFlag.Hidden Indicates that the command should be hidden.ProxiedBy Creates a command proxy for the command.Regex Annotation version of addingRegexPreprocessoras a preprocessor usingCommandArgument.addPreprocessor(BiFunction)