Annotation Type Team
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Team
Team required to be authorized to execute the command(s).If several of them are specified, being part of one of them is enough to get the authorization.
Can be added on either a class annotated with
Cli
or a class annotated withCommand
.
-
-
Element Detail
-
value
String[] value
The slug of the teams (i.e. what is in the URL of the team page).
-
-