| javax.ejb.Init
Init | public @interface Init(Code) | | A method of a session bean with this annotation will be used as a create
method (for adapter EJB 2.1 view).
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
Field Summary | |
String | value Specify the create method if there are many methods. |
value | String value(Code) | | Specify the create method if there are many methods.
|
|
|