Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://snailclimb.gitee.io/javaguide/#/docs/java/basic/java-proxy这里的3.1.1. 介绍中, loader :类加载器,用于加载代理对象。 interfaces : 被代理类实现的一些接口; h : 实现了 InvocationHandler 接口的对象;这里的InvocationHandler 中的r没有包裹进来
The text was updated successfully, but these errors were encountered:
已经修改。👍建议提PR哦
Successfully merging a pull request may close this issue.
https://snailclimb.gitee.io/javaguide/#/docs/java/basic/java-proxy这里的3.1.1. 介绍中,
loader :类加载器,用于加载代理对象。
interfaces : 被代理类实现的一些接口;
h : 实现了 InvocationHandler 接口的对象;这里的InvocationHandler 中的r没有包裹进来
The text was updated successfully, but these errors were encountered: