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

panda.aop.MethodInterceptor Maven / Gradle / Ivy

package panda.aop;

/**
 * 方法拦截器v2
 * 

* 你可以通过实现接口加入自己的额外逻辑 * * @author wendal([email protected]) * @see panda.aop.InterceptorChain */ public interface MethodInterceptor { void filter(InterceptorChain chain) throws Throwable; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy