From 8d3131e7c65c0515b000b76a5afce7b6fc081038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 25 Feb 2015 16:27:19 +0200 Subject: [PATCH] Added real world example for Proxy. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.