kodein-jit-bindings / pw.aru.kodein.jit

Package pw.aru.kodein.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

org.kodein.di.Kodein.MainBuilder

Properties

jitIntegration

val jitIntegration: ExternalSource

Integration with Kodein to create dependencies at runtime.

jitModule

val jitModule: Module

Module that must be imported in order to use KodeinJIT.