InjectionStep

open class InjectionStep<T, I>(source)

Deprecated

Injection step.

Parameters

<T>

target type.

<I>

item type.

Constructors

Link copied to clipboard
constructor(target: T, item: I)

Properties

Link copied to clipboard
val item: I
Link copied to clipboard
val target: T