| Interface | Description |
|---|---|
| Module | |
| Plugin |
To be implemented by classes that want to alter how a
Module works. |
| Class | Description |
|---|---|
| AbstractModule |
Base support class for modules, wrapping
ModuleDefinition and DeploymentMetadata. |
| AbstractPlugin | |
| BeanDefinitionAddingPostProcessor |
Implementation of
BeanDefinitionRegistryPostProcessor that adds all beans defined in the specified
Resources. |
| DeploymentMetadata |
Represents information about a particular module deployment.
|
| ModuleDefinition |
Defines a module.
|
| SimpleModule |
A
Module implementation backed by a Spring ApplicationContext. |
| Enum | Description |
|---|---|
| ModuleType |