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

com.github.bingoohuang.excel2beans.ExcelRowIgnorable Maven / Gradle / Ivy

There is a newer version: 0.0.34
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy