Annotation Interface RequireAdminRights
@Retention(RUNTIME)
@Target({METHOD,FIELD})
@InterceptorAnnotation(Processor.class)
public @interface RequireAdminRights
InterceptorAnnotation annotation to use on WebMethod signature.
Encapsulates preprocess logic of checking for admin rights
- Author:
- lanwen (Merkushev Kirill)
- See Also:
-
Nested Class Summary
Nested Classes