object KodeinJIT
Utility class for Java that allows to build objects just-in-time. |
annotation class JIT
Defines that this should be the constructor used to build. |
|
annotation class Singleton
Defines that this class instance should be unique per container. |
val jitIntegration: ExternalSource
Integration with Kodein to create dependencies at runtime. |
|
val jitModule: Module
Module that must be imported in order to use KodeinJIT. |