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

chao.java.tools.servicepool.IServiceInterceptor Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool;

import java.lang.reflect.Method;

/**
 *
 * 拦截器
 *
 * @author luqin
 * @since 2020-07-12
 */
public interface IServiceInterceptor extends IService {
    void intercept(Class originClass, IService source, Method method, Object[] args, IServiceInterceptorCallback callback);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy