javax.annotation.security
Annotation Type PermitAll


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

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

Version:
$Revision: 1.1.2.6 $
Author:
Bill Burke