@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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.