In the of the use of flowing scopes, the InstanceProducer classes can't be used; they under the covers resolve from the ambient scope, which isn't available when flowing scopes with the composed object graphs. A new GetInstance(Scope) method would solve this.
In the of the use of flowing scopes, the
InstanceProducer
classes can't be used; they under the covers resolve from the ambient scope, which isn't available when flowing scopes with the composed object graphs. A newGetInstance(Scope)
method would solve this.