org.benow.security.permission
Annotation Type Permission.AnyUserAccess


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public static @interface Permission.AnyUserAccess

Annotation to indicate that any user can invoke the method. It is an error to be invoked when no user is associated (ie anonymous).

Author:
andy

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true