java.lang.Object
org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
org.hibernate.validator.ap.internal.checks.TypeCheck
All Implemented Interfaces:
ConstraintCheck

public class TypeCheck extends AbstractConstraintCheck
Checks, that constraint annotations are only specified at elements of a type supported by the constraints. Applies to fields, methods and non-annotation type declarations.
Author:
Gunnar Morling, Marko Bekhta