open class FactoryLocator
The locator retrieves a Factory for a given class. In case no generated factory for a given class, we throw a NoFactoryFoundException. |
|
open class MemberInjectorLocator
Locates the MemberInjector instances. If not MemberInjector is found, we simply return |
open class NoFactoryFoundException : RuntimeException |