overriddenProvider

abstract fun overriddenProvider(): () -> Any

Gets a provider from the overridden binding.

Return

A provider yielded by the overridden binding.

Throws

if this binding does not override an existing binding.

When calling the provider function, if the instance construction triggered a dependency loop.