Class ReflectiveNameBasedModuleProvider
- java.lang.Object
-
- tools.mdsd.somde.realm.guicebased.impl.ReflectiveNameBasedModuleProvider
-
- All Implemented Interfaces:
ModuleProvider<ModuleImport>
public class ReflectiveNameBasedModuleProvider extends Object implements ModuleProvider<ModuleImport>
-
-
Constructor Summary
Constructors Constructor Description ReflectiveNameBasedModuleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ModuleImport>getConfigurationType()com.google.inject.ModulegetModule(ModuleImport item)
-
-
-
Method Detail
-
getModule
public com.google.inject.Module getModule(ModuleImport item)
- Specified by:
getModulein interfaceModuleProvider<ModuleImport>
-
getConfigurationType
public Class<ModuleImport> getConfigurationType()
- Specified by:
getConfigurationTypein interfaceModuleProvider<ModuleImport>
-
-