public abstract class ForwardingInjectionTarget<T> extends java.lang.Object implements InjectionTarget<T>
| Constructor and Description |
|---|
ForwardingInjectionTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InjectionTarget<T> |
delegate() |
void |
dispose(T instance) |
java.util.Set<InjectionPoint> |
getInjectionPoints() |
void |
inject(T instance,
CreationalContext<T> ctx) |
void |
postConstruct(T instance) |
void |
preDestroy(T instance) |
T |
produce(CreationalContext<T> ctx) |
protected abstract InjectionTarget<T> delegate()
public void inject(T instance, CreationalContext<T> ctx)
inject in interface InjectionTarget<T>public void postConstruct(T instance)
postConstruct in interface InjectionTarget<T>public void preDestroy(T instance)
preDestroy in interface InjectionTarget<T>public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in interface Producer<T>Copyright © 2015. All Rights Reserved.