public class StatelessInjectionTarget<T> extends EjbInjectionTarget<T>
| Constructor and Description |
|---|
StatelessInjectionTarget(AbstractEjbBeanManager<T> manager,
AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postConstruct(T instance) |
bindInjection, destroyInstance, getInjectionTarget, getPostConstruct, getPreDestroy, getTimeoutMethod, getTimerService, initInstance, newInstance, newInstance, registerInjection, setEnvLoader, setInjectionTarget, setPostConstruct, setPreDestroy, toStringpublic StatelessInjectionTarget(AbstractEjbBeanManager<T> manager, AnnotatedType<T> annotatedType)
protected void postConstruct(T instance)
postConstruct in class EjbInjectionTarget<T>