org.jboss.seam.annotations.security.permission
Annotation Type PermissionAction


@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PermissionAction

Flags an entity field or method as representing the action component of a permission, e.g. "update", "delete".

Author:
Shane Bryzak