Prev Next

Spring / Spring AOP

What is a Proxy in Spring AOP?

A proxy is an object that is created after applying advice to a target object. when you think of client objects the target object and the proxy object are the same.

More Related questions...

Show more question and Answers...


Comments & Discussions