Injection Context
data class InjectionContext( val kontainer: Kontainer, val requestingClass: KClass<out Any>, val currentClass: KClass<out Any>)
Content copied to clipboard
The injection context as passed through to all parameter providers.
It carries
the current kontainer instances
the service that is currently created: currentClass
the service that is requesting the currently created service: requestingClass