Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InjectableObjectFactory<T : Any>(constructorAccessor: ConstructorAccessor<T>, serviceProvider: ServiceProvider) : ObjectFactory<T>
Link copied to clipboard
interface ObjectFactory<T : Any>