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

Package pw.aru.kodein.jit

Types

KodeinJIT

object KodeinJIT

Utility class for Java that allows to build objects just-in-time.

Annotations

JIT

annotation class JIT

Defines that this should be the constructor used to build.

Singleton

annotation class Singleton

Defines that this class instance should be unique per container.

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.