Instantiates component using it's constructor with args.
Encapsulates construction of component using a constructor, with args.
Arguments from argument list that are RuntimeReferences, are automatically
replaced with component extracted from locator.
classConstructorBasedFactory(T, Args...)
@safe
class ConstructorBasedFactory : InstanceFactory!T(
Instantiates component using it's constructor with args.
Encapsulates construction of component using a constructor, with args. Arguments from argument list that are RuntimeReferences, are automatically replaced with component extracted from locator.