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

chao.java.tools.servicepool.combine.CombineEmptyHandler Maven / Gradle / Ivy

package chao.java.tools.servicepool.combine;

import java.lang.reflect.Method;

/**
 * @author luqin
 * @since 2020-07-31
 */
public interface CombineEmptyHandler {
    void onHandleEmpty(T source, Method method, Object[] args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy