javax.annotation.security
Annotation Type DenyAll


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

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

Version:
$Revision: 1.1.2.6 $
Author:
Bill Burke