javax.annotation.security
Annotation Type RolesAllowed


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

Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value