IntroductionInterceptor优化

master
linlei 2024-04-23 17:01:28 +08:00
parent dff5fdf3c0
commit 76d5a7a622
1 changed files with 2 additions and 5 deletions

View File

@ -21,6 +21,7 @@
### 三、主要功能
1. **引介新的接口或类**
+ 通过实现 `introduce()` 方法,在目标对象的方法调用之前,向目标对象引介新的接口或类,从而使目标对象具有额外的功能或属性。
### 四、接口源码
@ -130,11 +131,7 @@ public class MyService {
}
```
### 七、源码分析
暂无
### 八、常见问题
### 七、常见问题
1. **引介的作用和优势是什么?**