/*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
This package provides support for customization of the script evaluation for ScriptAssert
and ParameterScriptAssert
constraints.
This package is part of the public Hibernate Validator SPI.
Author: Marko Bekhta
/**
* <p>This package provides support for customization of the script evaluation for {@code ScriptAssert}
* and {@code ParameterScriptAssert} constraints.</p>
* <p>This package is part of the public Hibernate Validator SPI.</p>
*
* @author Marko Bekhta
*/
package org.hibernate.validator.spi.scripting;