We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1916e6 commit 7e503eaCopy full SHA for 7e503ea
MD/SpringAOP.md
@@ -117,6 +117,7 @@ public class CustomizeHandle implements InvocationHandler {
117
首先传入被代理类的类类型构建代理处理器。接着使用 Proxy的`newProxyInstance` 方法动态创建代理类。第一个参数为类加载器,第二个参数为代理类需要实现的接口列表,最后一个则是处理器。
118
119
其实代理类是由
120
+
121

122
123
这个方法动态创建出来的。将 proxyClassFile 输出到文件并进行反编译的话就可以的到代理类。
0 commit comments