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

commons.box.app.DataValidator Maven / Gradle / Ivy

The newest version!
package commons.box.app;


/**
 * 数据验证器
 * 

创建作者:xingxiuyi

*

版权所属:xingxiuyi

*/ public interface DataValidator extends DataObject { /** * 验证 如果验证不通过则抛出对应的验证异常 * * @param object */ public void validate(T object) throws AppError; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy