public interface CreationalContext<T>
Contextual
implementations may use
CreationalContext.Modifier and Type | Method and Description |
---|---|
void |
push(T incompleteInstance)
Pushes an incomplete instance into the creational context.
|
void |
release()
Destroys all dependent objects.
|
void push(T incompleteInstance)
void release()