Uses of Package
org.hibernate.validator.ap.checks

Packages that use org.hibernate.validator.ap.checks
org.hibernate.validator.ap.checks This package contains check implementations used by the annotation processor to verify constraint declarations. 
org.hibernate.validator.ap.util This package contains helper classes. 
 

Classes in org.hibernate.validator.ap.checks used by org.hibernate.validator.ap.checks
AbstractConstraintCheck
           Abstract base class for ConstraintCheck implementations.
ConstraintCheck
           Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.
ConstraintCheckError
          The result of the execution of a ConstraintCheck.
ConstraintChecks
          Represents an ordered set of ConstraintChecks with the ability to execute these checks against given elements and their annotations.
 

Classes in org.hibernate.validator.ap.checks used by org.hibernate.validator.ap.util
ConstraintCheckError
          The result of the execution of a ConstraintCheck.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved