DependencyKind

enum DependencyKind : Enum<DependencyKind>

A "kind" of dependency detected by DependencyTrackingInjectionEnvironment.

Entries

Link copied to clipboard

An injection dependency, i.e. a component that requests another via a by scope() call.

Link copied to clipboard

A resolution dependency, i.e. a resolver that uses, as part of its resolution, another component.

Properties

Link copied to clipboard
val arrow: String

The look of the 3-characters arrow used to represent such a dependency in check messages.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int