org.ow2.easybeans.api.injection |
EJB 3.0 API
Implementation of EJB 3.0 container API for injection.
|
Java Source File Name | Type | Comment |
EasyBeansInjection.java | Interface | Defines the injection interface of an enterprise bean. |
EasyBeansInjectionException.java | Class | Exception thrown if there is a failure when injecting resources in the bean. |
ResourceInjector.java | Interface | The ResourceInjector interface is a way for other systems
to hook inside EasyBeans at injection time. |