Package org.hibernate.validator.ap.checks

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

See: Description

Package org.hibernate.validator.ap.checks Description

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

These checks are registered in the ConstraintValidatorFactory 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.

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