net.bryansaunders.jee6divelog.security.annotation
Annotation Type HasRole


@InterceptorBinding
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface HasRole

Makes sure the Active User as the Specified Role.

Author:
Bryan Saunders

Required Element Summary
 Role role
          Role to Enforce.
 

Element Detail

role

public abstract Role role
Role to Enforce.

Returns:
Role to Enforce.


Copyright © 2012 Bryan Saunders. All Rights Reserved.