Null

Represents a no-op or absent dependency initializer.

This class is used to resolve a dependency with a null value, indicating that the dependency is intentionally absent or uninitialized.

Report a problem

Constructors

Link copied to clipboard
constructor(key: DependencyKey)

Properties

Link copied to clipboard
open override val key: DependencyKey

The unique key associated with the dependency being resolved.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun resolve(resolver: DependencyResolver): Deferred<Any?>