完成AOP 顶层设计-MethodInterceptor
生活随笔
收集整理的這篇文章主要介紹了
完成AOP 顶层设计-MethodInterceptor
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
public interface V1MethodInterceptor {Object invoke(V1MethodInvocation invocation) throws Throwable;
}
?
總結(jié)
以上是生活随笔為你收集整理的完成AOP 顶层设计-MethodInterceptor的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 完成AOP 顶层设计-CglibAopP
- 下一篇: 完成AOP 顶层设计-JoinPoint