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

com.jpattern.orm.validator.Validator Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.validator;

/**
 * 
 * A validator used to validate beans before performing update and save actions
 * 
 * @author ufo
 *
 */
public interface Validator {

	void validate(Object bean);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy