SingleIn

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

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

Since

0.12.0

Properties

Link copied to clipboard
val scope: KClass<*>

the scope in which this will be a singleton.