SingleIn

@Scope
annotation class SingleIn(val scope: KClass<*>)

Indicates that the annotated dependency will be a singleton within this scope.

Parameters

scope

the scope in which this will be a singleton.

Constructors

Link copied to clipboard
fun SingleIn(scope: KClass<*>)

Properties

Link copied to clipboard
val scope: KClass<*>

Sources

Link copied to clipboard