javax.annotation.security
Annotation Type RunAs


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RunAs

Run-As role used on the class.

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

Required Element Summary
 java.lang.String value
          Name of the security role.
 

Element Detail

value

public abstract java.lang.String value
Name of the security role.



Copyright © 2008. All Rights Reserved.