TypeContainerAdder.scan

Transform T component into a factory using TypeTransformerPolicy

struct TypeContainerAdder(TypeTransformerPolicy, ComponentStoringPolicy = ComponentStoringPolicyImpl)
static
void
scan
(
T
)

Parameters

T

component type

locator Locator!()

component locator used by transformed component factory

storage Storage!(ObjectFactory, string)

storage wich will contain component factory transformed out of T

Meta