ConstructorAnnotation

Annotation used to mark a constructor to be used for aggregate instantiation.

Constructors

this
this(Args args)

Constructor accepting a list of arguments, that will be passed to constructor.

Members

Functions

factoryContainer
InstanceFactory!T factoryContainer(Locator!() locator)

Constructs a constructor based factory for aggregate of type T

Variables

args
Tuple!Args args;
Undocumented in source.

Parameters

Args

tuple of argument types for arguments to be passed into a constructor.

Meta