baseScope
fun <T : AbstractModuleBuilder> baseScope(qualifier: Qualifier, builderGenerator: DefaultScope.() -> T, block: T.() -> Unit)
An internal-use function to create and register a sub-scope factory.
Parameters
qualifier
The qualifier for the new scope.
builderGenerator
A function that creates a new builder for the sub-scope.
block
The DSL block for defining dependencies in the sub-scope.