We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8316d21 commit 7fdce5cCopy full SHA for 7fdce5c
1 file changed
src/main/java/com/algorithm/study/demo/mode/proxy/MainTest.java
@@ -4,6 +4,7 @@ public class MainTest {
4
public static void main(String[] args) {
5
/**
6
* 为其他对象提供一种代理以控制对这个对象的访问
7
+ *
8
*/
9
IGamePlayer gamePlayer=new GamePlayer("刘勋");
10
GamePlayerProxy proxy=new GamePlayerProxy(gamePlayer);
0 commit comments