Class GwtSpecificValidatorInterfaceCreator
- java.lang.Object
-
- de.knightsoftnet.validators.annotation.processor.GwtSpecificValidatorInterfaceCreator
-
public class GwtSpecificValidatorInterfaceCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description GwtSpecificValidatorInterfaceCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteInterface(TypeMirror typeMirror, ProcessingEnvironment processingEnv)write interface for given type mirror.
-
-
-
Method Detail
-
writeInterface
public void writeInterface(TypeMirror typeMirror, ProcessingEnvironment processingEnv)
write interface for given type mirror.- Parameters:
typeMirror- type mirror of the class to validateprocessingEnv- processing environment
-
-