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
- Host: GitHub
- URL: https://github.com/psharpx/java_built_in_proxy_pattern
- Owner: pSharpX
- License: mit
- Created: 2018-02-11T22:40:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T23:26:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-13T10:26:10.721Z (11 months ago)
- Topics: java, proxy, proxy-pattern, reflection
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java_built_in_proxy_pattern
A Java implementation of the Proxy Pattern using Proxy Class from Reflection Package