Spring AOP and Proxy Design Pattern
Jun 17, 2021 · 3 min read · The Proxy Design Pattern is a structural design pattern that provides a surrogate or placeholder for another object to control access to it. A Proxy maintains a reference (by implements the same interface) that lets the proxy access the real subject....
Join discussion