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

com.dooapp.gaedo.finders.root.Validable Maven / Gradle / Ivy

package com.dooapp.gaedo.finders.root;

/**
 * Validable objects allows validation, which can send runtime exception to inform us objects aren't valid
 * @author ndx
 *
 */
public interface Validable {
	/**
	 * Validate object to make sure it is internally consistent
	 */
	void validate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy