Example usage for com.google.gwt.validation.client.constraints SizeValidatorForArrayOfChar subclass-usage

List of usage examples for com.google.gwt.validation.client.constraints SizeValidatorForArrayOfChar subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.validation.client.constraints SizeValidatorForArrayOfChar subclass-usage.

Usage

From source file org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar.java

/**
 * Override the Hibernate implementation with the GWT version.
 */
public class SizeValidatorForArraysOfChar
        extends com.google.gwt.validation.client.constraints.SizeValidatorForArrayOfChar {
}