javax.annotation.security
Annotation Type PermitAll


@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface PermitAll

The PermitAll annotation specifies that all security roles are permitted to execute the specified method(s).