Package com.google.gwt.validation.client.interfaces

Interface Summary
IConstraint<A extends Annotation> Define the logic to validate a given constraint
(Taken from JSR-303 example implementation in specification document.)
IInvalidConstraint<T> Describe a constraint validation defect
TODO add pointers to the metadata?
From the JSR-303 specification
IValidatable Marker interface for validatable classes.
IValidator<T> Basic interface for a validator to validate a given class