getSubScope

abstract fun getSubScope(qualifier: Qualifier): Scope

Retrieves a direct child scope identified by the given qualifier.

Return

The child Scope instance.

Parameters

qualifier

The unique identifier for the child scope.

Throws

if the sub-scope is not defined.