posted 11 years ago
In Spring, AOP is implemented by making a proxy to wrap the "real" objects using aspects. "this()" refers to the proxy, and "target()" refers to the wrapped "real" object.
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.