Named

annotation class Named(val value: String = "", val type: KClass<*> = Unit::class)

Define a qualifier for a given definition (associated with Koin definition annotation) Will generate StringQualifier("...")

Parameters

value

: string qualifier

type

: class qualifier

Properties

Link copied to clipboard
val type: KClass<*>
Link copied to clipboard