Added real world example for Proxy.

This commit is contained in:
Ilkka Seppälä 2015-02-25 16:27:19 +02:00
parent 599e6cdeb2
commit 8d3131e7c6

View File

@ -200,6 +200,9 @@
* facilitate network connection * facilitate network connection
* to count references to an object * to count references to an object
**Real world examples:**
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Proxy.html)
## <a name="service-locator">Service Locator</a> [&#8593;](#list-of-design-patterns) ## <a name="service-locator">Service Locator</a> [&#8593;](#list-of-design-patterns)
**Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer. **Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.