kodein-jit-bindings / org.kodein.di.jit

Package org.kodein.di.jit

Types

KodeinJIT

class KodeinJIT

Injector that allows to build objects just-in-time.

Annotations

JIT

annotation class JIT

Defines that this should be the constructor used to build.

Extensions for External Classes

org.kodein.di.DKodein

org.kodein.di.Kodein

Properties

jitIntegration

val jitIntegration: ExternalSource

Integration with KodeinDI to create dependencies at runtime.

jitModule

val jitModule: Module

Module that must be imported in order to use KodeinJIT.