javax.ejb
Annotation Type Local
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Local
When used on the bean class, declares the local business interface(s)
for a session bean. When used on an interface, designates that interface
as a local business interface. In this case, no value() is provided.
Optional Element Summary |
java.lang.Class[] |
value
|
value
public abstract java.lang.Class[] value
- Default:
- {}
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.