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