open class InternalProvider<T : Any>
A non thread safe internal provider. It should never be exposed outside of Toothpick.
- the class of the instances provided by this provider.
open fun get(scope: Scope): T |
open class InternalScopedProvider<T : Any> : InternalProvider<T>
A non thread safe internal provider. It should never be exposed outside of Toothpick. |