Implicit
class Implicit(val origin: DependencyInitializer.Explicit, val distance: Int) : DependencyInitializer(source)
Represents an implicitly registered dependency creation function that delegates to its explicit parent.
Properties
Link copied to clipboard
Link copied to clipboard
The instance of Explicit that this class delegates creation logic to.
Link copied to clipboard