@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface PermitAll
RolesAllowed
annotation is specified at the class level and this annotation is
applied at the method level, the PermitAll
annotation overrides the RolesAllowed annotation for
the specified method.RolesAllowed,
DenyAllCopyright © 2018 GlassFish Community. All Rights Reserved.