Scoped

annotation class Scoped(val binds: Array<KClass<*>> = [Unit::class])

Declare a type, a function as scoped definition in Koin. Must be associated with @Scope annotation

Parameters

binds

: declared explicit types to bind to this definition. Supertypes are automatically detected

See also

Properties

Link copied to clipboard
val binds: Array<KClass<*>>