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

goja.rapid.excel.validate.CellValidate Maven / Gradle / Ivy

The newest version!
package goja.rapid.excel.validate;

/**
 * 单元格值合法性验证
 *
 * @author zhoulei
 */
public interface CellValidate {
    boolean validate(Object obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy