@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
,
DenyAll
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.