Modifier and Type | Method and Description |
---|---|
void |
destroy(T instance,
CreationalContextImpl<T> cxt)
Call destroy
|
void |
dispose(T instance)
Dispose the bean.
|
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the injection points.
|
T |
produce(CreationalContext<T> cxt)
Produces a new bean instance
|
public T produce(CreationalContext<T> cxt)
public void dispose(T instance)
Producer
public void destroy(T instance, CreationalContextImpl<T> cxt)
public java.util.Set<InjectionPoint> getInjectionPoints()
Producer
getInjectionPoints
in interface Producer<T>