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