Annotation Interface AdminRequired


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface AdminRequired
Annotation that flags a resource as requiring an admin token value before processing. When used, a resource method will not run, and a 403 Forbidden response will be returned.