Struct FactoryMethodContainerAdder

ContainerAdder that will scan a type for it's methods, and use them to create component factories out of their return type

struct FactoryMethodContainerAdder(ComponentStoringPolicy)
  
if (isComponentStoringPolicy!ComponentStoringPolicy);

Methods

NameDescription
scan Scan T's methods, for methods annotated with @component annotation, transform them into component factories that will use them to create components of returned type.