Annotation Type ProxiedBy
-
@Target(METHOD) @Retention(RUNTIME) public @interface ProxiedByCreates a command proxy for the command. This is similar toCommand.Builder.proxies(Command).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description @NonNull java.lang.StringvalueSyntax of the proxying command
-
-
-
-
hidden
boolean hidden
Whether or not the proxying command should beHidden- Returns:
trueif the proxying command should be hidden,falseif not
- Default:
- false
-
-