JDK动态代理原理图

This commit is contained in:
AmyliaY 2019-12-03 09:20:53 +08:00
parent 296461d2e2
commit 24184ca709

View File

@ -175,6 +175,8 @@ public final class $Proxy0 extends Proxy implements MyInterface
}
```
#### 动态代理原理图
![avatar](/images/动态代理原理图1.png)
![avatar](/images/动态代理原理图2.png)