Annotation Interface AdminOnly


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