public interface ModuleValidation
The Module type to validate is Guice module.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<?> nativeModuleType)
Verifies that the module validation can handle the given native module.
|
void |
validate(UnitModule unitModule)
Validates the given
dependencyInjectionDef |
boolean canHandle(Class<?> nativeModuleType)
nativeModuleType - nativeModuleTypevoid validate(UnitModule unitModule)
dependencyInjectionDef unitModule - the unit module to validateCopyright © 2012-2015. All Rights Reserved.