AutowiredMethodConfiguratorPolicy

Method configurator policy that will call method annotated with @autowire with arguments extracted from locator identified by qualifier, name or their type.

@safe
struct AutowiredMethodConfiguratorPolicy {}

Members

Static functions

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

Configure instantiator to call a method annotated with @autowired with arguments extracted from locator

Meta