org.jboss.seam.annotations.security
Annotation Type PermissionCheck


@Target(value=ANNOTATION_TYPE)
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PermissionCheck

Meta-annotation that designates an annotation as being a permission action, requiring a security check prior to invoking the annotated method or class

Author:
Shane Bryzak

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2011 Seam Framework. All Rights Reserved.