![JAR search and dependency download from the Maven repository](/logo.png)
com.github.bingoohuang.excel2beans.ExcelRowIgnorable Maven / Gradle / Ivy
package com.github.bingoohuang.excel2beans;
/**
* Excel row ignoring interface for the mapping javabean.
*/
public interface ExcelRowIgnorable {
/**
* to flag out where this row should be ignored.
*
* @return ignore current row or not.
*/
boolean ignoreRow();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy