object KodeinJIT
Utility class for Java that allows to build objects just-in-time.
fun <T : Any> newInstance(kodein: DKodein, cls: Class<T>): Tfun <T : Any> newInstance(kodein: DKodein): T
Creates a new just-in-time instance of the given class. |