InstanceFactory

An instance factory, instantiates component of type T.

@safe
interface InstanceFactory : LocatorAware!(), AllocatorAware!()(
T
) {}

Members

Functions

factory
T factory()

Create a new instance of object of type T.

Meta