We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2105d commit dfb56e5Copy full SHA for dfb56e5
README.md
@@ -261,6 +261,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
261
262
**Real world examples:**
263
* [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/)
265
266
## <a name="service-locator">Service Locator</a> [↑](#list-of-design-patterns)
267
**Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.
0 commit comments