-
@Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface DenyAllSpecifies that no security roles are allowed to invoke the specified method(s).- Since:
- Common Annotations 1.0
- See Also:
RolesAllowed,PermitAll
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface DenyAll
RolesAllowed,
PermitAll