Package com.google.gwt.validation.rebind

Class Summary
ValidationMetadataFactory  
ValidationPackage Rebind helper class that stores all the information about a method, field, and annotation set so that validation can either occur (as on the server) or so that validation code can be generated (as in the GWT compilation process).
ValidatorCreator Class that creates the validator for the given input class
ValidatorGenerator Generates the classes needed to validate a type that is marked as validatable (com.google.gwt.validator.client.interfaces.IValidatable)