Invoked after the client-submitted value has been {@link Translator translated} to check thatthe value conforms to expectations (often, in terms of minimum or maximum value). If and only if the value is approved by all Validators is the value applied by the field.
@param value the translated value supplied by the user
@throws ValidationException if the value violates the constraint
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.