Spring AOP and Proxy Design Pattern
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....
shao.hashnode.dev3 min read