javax.ejb
Annotation Type Remote
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Remote
Declares the remote business interface(s) for a session bean.
When used on an interface, designates that interface as a remote
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.