An open API service indexing awesome lists of open source software.

https://github.com/psharpx/java_built_in_proxy_pattern

A Java implementation of the Proxy Pattern using Proxy Class from Reflection Package
https://github.com/psharpx/java_built_in_proxy_pattern

java proxy proxy-pattern reflection

Last synced: 6 months ago
JSON representation

A Java implementation of the Proxy Pattern using Proxy Class from Reflection Package

Awesome Lists containing this project

README

          

# java_built_in_proxy_pattern
A Java implementation of the Proxy Pattern using Proxy Class from Reflection Package