1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update 代理模式详解.md

This commit is contained in:
guide 2021-08-13 21:38:06 +08:00
parent 3238f67bd5
commit e0ce9e4e6b

View File

@ -348,7 +348,7 @@ public class DebugMethodInterceptor implements MethodInterceptor {
/**
* @param o 代理对象(需要增强的对象)
* @param o 代理对象(增强的对象)
* @param method 被拦截的方法(需要增强的方法)
* @param args 方法入参
* @param methodProxy 用于调用原始方法