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

org.treeleafj.xmax.validate.Validator Maven / Gradle / Ivy

The newest version!
package org.treeleafj.xmax.validate;

/**
 * 验证器统一接口
 *
 * @param 
 * @author leaf
 * @date 2014-11-5 下午10:11:00
 */
public interface Validator {

    boolean validate(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy