We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512a5c0 commit 8d34ccfCopy full SHA for 8d34ccf
proxy/README.md
@@ -37,6 +37,9 @@ are several common situations in which the Proxy pattern is applicable
37
* Facilitate network connection
38
* Count references to an object
39
40
+## Presentations
41
+* [Proxy](https://github.com/iluwatar/java-design-patterns/tree/master/proxy/etc/presentation.html)
42
+
43
## Real world examples
44
45
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html)
0 commit comments