public class KodeinJIT
Utility class for Java that allows to build objects just-in-time.
| Modifier and Type | Field and Description |
|---|---|
static KodeinJIT |
INSTANCE
Utility class for Java that allows to build objects just-in-time.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(org.kodein.di.DKodein kodein,
java.lang.Class<T> cls)
Creates a new just-in-time instance of the given class.
|
public static KodeinJIT INSTANCE
Utility class for Java that allows to build objects just-in-time.