Module dev.metaschema.core
Package dev.metaschema.core.model
Interface IModuleLoader<M extends IModuleExtended<M,?,?,?,?>>
- Type Parameters:
M- the type of Metaschema module loaded by this loader
- All Superinterfaces:
ILoader<M>
- All Known Subinterfaces:
IBindingModuleLoader
- All Known Implementing Classes:
AbstractModuleLoader,BindingModuleLoader
Provides loading capabilities for Metaschema modules.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUsed to define a post-processing operation to perform on a module. -
Method Summary