ContainerAdder that will scan a type for it's methods, and use them to create component factories out of their return type
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.
Check if symbol T is a type or module
See Implementation
ContainerAdder that will scan a type for it's methods, and use them to create component factories out of their return type