Annotation Interface AdminOnly


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface AdminOnly
Permits resource access only to users assigned admin privileges.
Since:
5.0.0
See Also:
  • UserManager#isAdmin(UserKey)