Skip to content

Commit dfb56e5

Browse files
committed
Added real world example for Proxy
1 parent 1c2105d commit dfb56e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
261261

262262
**Real world examples:**
263263
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html)
264+
* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/)
264265

265266
## <a name="service-locator">Service Locator</a> [&#8593;](#list-of-design-patterns)
266267
**Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.

0 commit comments

Comments
 (0)