Skip to content

Commit 8d3131e

Browse files
committed
Added real world example for Proxy.
1 parent 599e6cd commit 8d3131e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
* facilitate network connection
201201
* to count references to an object
202202

203+
**Real world examples:**
204+
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Proxy.html)
205+
203206
## <a name="service-locator">Service Locator</a> [&#8593;](#list-of-design-patterns)
204207
**Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.
205208

0 commit comments

Comments
 (0)