| Class | Description |
|---|---|
| InjectKt | |
| InjectedConstructor<T> |
A constructor available for injection using a Kodein instance.
|
| InjectionProvider<T> |
Provides a factory that performs dependency injection into constructors.
|
| SingletonInjectionProvider<T> |
An injection provider that only creates a single instance of the type.
|