public class CreationContextImpl extends java.lang.Object implements CreationalContext
Constructor and Description |
---|
CreationContextImpl(InjectManager inject) |
Modifier and Type | Method and Description |
---|---|
void |
push(java.lang.Object incompleteInstance)
Pushes an incomplete instance into the creational context.
|
void |
release()
Destroys all dependent objects.
|
public CreationContextImpl(InjectManager inject)
public void push(java.lang.Object incompleteInstance)
CreationalContext
push
in interface CreationalContext
public void release()
CreationalContext
release
in interface CreationalContext