| javax.ejb.Remote
Remote | public @interface Remote(Code) | | Used on a bean/interface to mark it as a remote interface.
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
Field Summary | |
Class[] | value List of remote business interfaces (empty if applied on an interface). |
value | Class[] value(Code) | | List of remote business interfaces (empty if applied on an interface).
|
|
|