提交 6f6748fa 编写于 作者: G guide

typo

上级 20ad29aa
......@@ -154,7 +154,7 @@ after method send()
1. **loader** :类加载器,用于加载代理对象。
2. **interfaces** : 被代理类实现的一些接口;
3. **h** : 实现了 `InvocationHandle`r 接口的对象;
3. **h** : 实现了 `InvocationHandler` 接口的对象;
要实现动态代理的话,还必须需要实现`InvocationHandler` 来自定义处理逻辑。 当我们的动态代理对象调用一个方法时候,这个方法的调用就会被转发到实现`InvocationHandler` 接口类的 `invoke` 方法来调用。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册