Interface IModuleLoader<M extends IModuleExtended<M,?,?,?,?>>

Type Parameters:
M - the type of Metaschema module loaded by this loader
All Superinterfaces:
ILoader<M>
All Known Implementing Classes:
AbstractModuleLoader

public interface IModuleLoader<M extends IModuleExtended<M,?,?,?,?>> extends ILoader<M>
Provides loading capabilities for Metaschema modules.