Annotation Interface Permission


@Target(TYPE) @Retention(RUNTIME) public @interface Permission
Annotation to set the permission required for a command.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The required permission for this command.
  • Element Details

    • value

      String value
      The required permission for this command.