Annotation Interface Permission
@Retention(RUNTIME)
@Target({TYPE,METHOD,PARAMETER})
@Repeatable(Permissions.class)
public @interface Permission
Declares a permission node required to access a command, subcommand, or parameter.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the permission
-