Identifier

data class Identifier(val type: KType, val qualifier: Any?)

Unique identifier for resolving dependencies

Constructors

Link copied to clipboard
constructor(type: KType, qualifier: Any?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val type: KType

Functions

Link copied to clipboard
open override fun toString(): String