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

io.github.icodegarden.nutrient.lang.Validateable Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.github.icodegarden.nutrient.lang;

/**
 * 
 * @author Fangfang.Xu
 *
 */
public interface Validateable {

	void validate() throws IllegalArgumentException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy