ModuleBuilderDsl
class ModuleBuilderDsl(name: String) : ContextBuilderDsl, Buildable<InjectableModule>
Content copied to clipboard
DSL builder class for InjectableModules. It does not add functionality other than the building logic. All DSL functionalities are provided as extension functions of ContextBuilderDsl.