|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectionTarget<T>
Abstract introspected view of a Bean injectible field
Method Summary | |
---|---|
void |
inject(T instance,
CreationalContext<T> ctx)
Inject the bean. |
void |
postConstruct(T instance)
PostConstruct initialization |
void |
preDestroy(T instance)
Call pre-destroy |
Methods inherited from interface javax.enterprise.inject.spi.Producer |
---|
dispose, getInjectionPoints, produce |
Method Detail |
---|
void inject(T instance, CreationalContext<T> ctx)
void postConstruct(T instance)
void preDestroy(T instance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |