public interface RegistryAwareModuleDefinition
ModuleDefinition
that needs a reference to the ModuleRegistry
to work.
The registry is injected by calling injectRegistry(ModuleRegistry)
when the definition is added to the registry (before calling any other method)Modifier and Type | Method and Description |
---|---|
void |
injectRegistry(ModuleRegistry registry) |
void injectRegistry(ModuleRegistry registry)