javax.annotation.security
Annotation Type PermitAll


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

Every roles can invole this method or all methods of a given class.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification



Copyright © 2008. All Rights Reserved.