Package org.hibernate.validator.ap.internal.checks


package org.hibernate.validator.ap.internal.checks

This package contains check implementations used by the annotation processor to verify constraint declarations.

These checks are registered in the ConstraintCheckFactory responsible to return the corresponding check in function of the processed element and annotation. This factory is especially used by the annotation processor implementation to get the checks corresponding to an annotated element.