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)
CreationalContextpush in interface CreationalContextpublic void release()
CreationalContextrelease in interface CreationalContext