public class NoopInjectionTarget<T> extends Object implements InjectionTarget<T>
Constructor and Description |
---|
NoopInjectionTarget() |
Modifier and Type | Method and Description |
---|---|
void |
dispose(T instance) |
Set<InjectionPoint> |
getInjectionPoints() |
void |
inject(T instance,
CreationalContext<T> ctx) |
void |
postConstruct(T instance) |
void |
preDestroy(T instance) |
T |
produce(CreationalContext<T> ctx) |
public NoopInjectionTarget()
public Set<InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface Producer<T>
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>
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.