ModuleRegistrar

interface ModuleRegistrar

Module Registry

Inheritors

Functions

Link copied to clipboard
abstract fun deferred(module: ModuleInfo, producer: ModuleFactory)

Register a module with the module registry.

Link copied to clipboard
abstract fun register(module: ModuleInfo, impl: Any)

Register a module with the module registry.