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

com.alibaba.excel.event.NotRepeatExecutor Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.alibaba.excel.event;

/**
 * There are multiple interceptors that execute only one of them when fired once.If you want to control which one to
 * execute please use {@link Order}
 *
 * @author Jiaju Zhuang
 **/
public interface NotRepeatExecutor {
    /**
     * To see if it's the same executor
     *
     * @return
     */
    String uniqueValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy