InstanceBinding

constructor(createdType: TypeToken<out T>, instance: T)

Parameters

T

The type of the instance.

createdType

The type of the object, used for debug print only.