ModuleContainerAdder

ContainerAdder that will scan a module for it's members, to transform into component factories and add them into a storage

Members

Static functions

scan
void scan(Locator!() locator, Storage!(ObjectFactory, string) storage)

Scan module T, transform it's members into component factories, and store them into storage.

Variables

isSupported
enum bool isSupported(alias T);

Check if T symbol is a module.

Meta