Class PluginModule
- java.lang.Object
-
- PluginModule
-
-
Constructor Summary
Constructors Constructor Description PluginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.reflect.Type>getTypes()Returns a list ofTypes that should be loaded as part of this module.
-
-
-
Method Detail
-
getTypes
public java.util.List<java.lang.reflect.Type> getTypes()
Description copied from interface:ModuleReturns a list ofTypes that should be loaded as part of this module.
-
-