public interface InjectionTarget<T> extends Producer<T>
Modifier and Type | Method and Description |
---|---|
void |
inject(T instance,
CreationalContext<T> ctx)
Inject the bean.
|
void |
postConstruct(T instance)
PostConstruct initialization
|
void |
preDestroy(T instance)
Call pre-destroy
|
dispose, getInjectionPoints, produce
void inject(T instance, CreationalContext<T> ctx)
void postConstruct(T instance)
void preDestroy(T instance)