All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.validator.PropertyConstraint Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: PropertyConstraint.java 7852 2005-08-11 19:45:28Z epbernard $
package org.hibernate.validator;

import org.hibernate.mapping.Property;

/**
 * Interface implemented by the validator
 * when a constraint may be represented in a
 * hibernate metadata property
 *
 * @author Gavin King
 */
public interface PropertyConstraint {

	public void apply(Property property);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy