diff --git a/README.md b/README.md index c79d9fa50..57aae271b 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,9 @@ * facilitate network connection * 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) + ## Service Locator [↑](#list-of-design-patterns) **Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.