parent

Instantiates a component using as basis some third party factory.

@safe
Z
parent
(
Z : InstanceFactoryAware!T
T
X : Factory!W
W : T
)

Parameters

T

the type of component that is to be configured

factory Z

factory that uses the parent factory for component instantiation

delegated X

the factory used by factory to instantiate an object.

Meta