Annotation Type AuthorizeResource
-
@Retention(RUNTIME) @Target({PACKAGE,TYPE}) @Documented @Inherited public @interface AuthorizeResource
Annotation for configuring what roles are allowed for requesting the annotated resource. It works analogously toAuthorizeInstantiation
.- Author:
- Carl-Eric Menzel
- See Also:
IAuthorizationStrategy
,AnnotationsRoleAuthorizationStrategy