Annotation Interface CommandAccessLevel


@Retention(RUNTIME) @Target(TYPE) public @interface CommandAccessLevel
An annotation that indicates the required access level for a user. Users with a lower access level than specified will not have access to the functionality.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the required access level.
  • Element Details

    • value

      Specifies the required access level.
      Returns:
      The access level required for the functionality. The default is AccessLevel.NONE, meaning no specific access level is required.
      Default:
      NONE