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

com.janeluo.jfinalplus.kit.excel.validate.CellValidate Maven / Gradle / Ivy

There is a newer version: 2.2.0.r3
Show newest version
package com.janeluo.jfinalplus.kit.excel.validate;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy