From 8d34ccf8270e19b96cb53e35dacfe1fc5ec8ca26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 26 Dec 2016 20:16:30 +0200 Subject: [PATCH] Add link to Proxy presentation. --- proxy/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proxy/README.md b/proxy/README.md index ca63a659..88adcfb2 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -37,6 +37,9 @@ are several common situations in which the Proxy pattern is applicable * Facilitate network connection * Count references to an object +## Presentations +* [Proxy](https://github.com/iluwatar/java-design-patterns/tree/master/proxy/etc/presentation.html) + ## Real world examples * [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html)