kodein-di
/
org.kodein.di.bindings
/
NoScope
common
No
Scope
class
NoScope
:
Scope
<
Any
?>
Content copied to clipboard
Default
Scope
: will always return the same registry, no matter the context.
Constructors
Functions
Constructors
NoScope
Link copied to clipboard
common
fun
NoScope
()
Content copied to clipboard
Functions
getRegistry
Link copied to clipboard
common
open override fun
getRegistry
(context:
Any
?):
StandardScopeRegistry
Content copied to clipboard
Get a registry for a given context.