javax.annotation.security
Annotation Type DenyAll


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DenyAll

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