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

Version:
$Revision: 57283 $
Author:
Bill Burke



Copyright © 2008 JBoss Inc.. All Rights Reserved.