InnerTypeContainerAdder.scan

Scan type T for inner static types, to transform them and store in storage

struct InnerTypeContainerAdder(ContainerAdderPolicy)
static
void
scan
(
T
)

Parameters

T

type that will be scanned for inner static types

locator Locator!()

locator of components used by transformed component factories

storage Storage!(ObjectFactory, string)

storage which will contain transformed component factories

Meta