Function AutowiredMethodConfiguratorPolicy.configureMethod

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

void configureMethod(string member, T, Z) (
  T instantiator,
  Locator!() locator
);

Parameters

NameDescription
Z component type
member method that is annotated with @autowired annotation
instantiator component factory
locator locator for component dependencies