SetterMethodConfiguratorPolicy

Method configurator policy that will call a method with resolved arguments from @setter annotation.

@safe
struct SetterMethodConfiguratorPolicy {}

Members

Static functions

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

Configure instantiator to call @setter annotated method with arguments from annotation

Meta