CallbackMethodConfiguratorPolicy.configureMethod

Configre instantiator to call callback from @callback annotation with arguments that are stored in annotation

struct CallbackMethodConfiguratorPolicy
static
void
configureMethod
(
string member
Z
)

Parameters

Z

component type

member

method which is annotated with @callback. It is supposed that callback will use it somehow in logic.

instantiator T

component factory

locator Locator!()

locator for component dependencies

Meta