Interface ModuleWrapper

All Superinterfaces:
InjectionLayerHolder<dev.derklaro.aerogel.Injector>

public interface ModuleWrapper extends InjectionLayerHolder<dev.derklaro.aerogel.Injector>
The module wrapper represents a loaded module. The wrapper holds the configuration and other runtime information about the module like the module lifecycle. The wrapper is also responsible for changing the module lifecycle of a module.
Since:
4.0
See Also: