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).

Version:
$Revision: 57283 $
Author:
Bill Burke



Copyright © 2008 JBoss Inc.. All Rights Reserved.