NoScope

class NoScope : Scope<Any?>

Default Scope: will always return the same registry, no matter the context.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getRegistry(context: Any?): StandardScopeRegistry

Get a registry for a given context. Should always return the same registry for the same context.