tinlizard.annotation.security
Annotation Type RolesAllowed


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RolesAllowed

Define what roles a user must have for the method to proceed.


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2009. All Rights Reserved.