DependencyModuleBuilder
A concrete implementation of AbstractModuleBuilder for defining a standard module. This is the primary entry point for the module definition DSL.
Properties
Link copied to clipboard
A mutable list that collects all the DependencyFactory instances created by the builder.
Functions
Link copied to clipboard
fun <T : AbstractModuleBuilder> baseScope(qualifier: Qualifier, builderGenerator: DefaultScope.() -> T, block: T.() -> Unit)
An internal-use function to create and register a sub-scope factory.
Link copied to clipboard
Builds and returns the DependencyModule containing all the defined factories.