enhancement: added proxy pattern known use (#2507) (#2554)

This commit is contained in:
Stavros Barousis
2023-08-27 14:19:06 +03:00
committed by GitHub
parent 5f36a0fb94
commit 07c5d358c0
+1
View File
@@ -157,6 +157,7 @@ Typically, the proxy pattern is used to
* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/)
* Mocking frameworks [Mockito](https://site.mockito.org/),
[Powermock](https://powermock.github.io/), [EasyMock](https://easymock.org/)
* Apple UIKit's [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance)
## Related patterns