mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Update 代理模式详解.md
This commit is contained in:
parent
3238f67bd5
commit
e0ce9e4e6b
@ -348,7 +348,7 @@ public class DebugMethodInterceptor implements MethodInterceptor {
|
||||
|
||||
|
||||
/**
|
||||
* @param o 被代理的对象(需要增强的对象)
|
||||
* @param o 代理对象(增强的对象)
|
||||
* @param method 被拦截的方法(需要增强的方法)
|
||||
* @param args 方法入参
|
||||
* @param methodProxy 用于调用原始方法
|
||||
|
Loading…
x
Reference in New Issue
Block a user