Annotation Type 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: