List of usage examples for com.google.gwt.validation.client.constraints SizeValidatorForArrayOfInt subclass-usage
From source file org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt.java
/** * Override the Hibernate implementation with the GWT version. */ public class SizeValidatorForArraysOfInt extends com.google.gwt.validation.client.constraints.SizeValidatorForArrayOfInt { }