public static class InjectedConstructor.Companion
| Modifier and Type | Method and Description |
|---|---|
<T> InjectedConstructor<T> |
create(kotlin.reflect.KClass<T> type,
com.github.salomonbrys.kodein.Kodein kodein)
Creates an InjectedConstructor for a given type.
|
public <T> InjectedConstructor<T> create(kotlin.reflect.KClass<T> type, com.github.salomonbrys.kodein.Kodein kodein)
Creates an InjectedConstructor for a given type.