ValueFactoryConfiguratorPolicy

Set value factory that takes component from @value annotation and provides it as a new component.

@safe
struct ValueFactoryConfiguratorPolicy {}

Members

Static functions

configure
void configure(T instantiator, Locator!() locator)

Set value factory that takes component from @value annotation and provides it as a new component.

Meta