Sorry the copied documentation does not exactly clarify the Spring AOP behavior. I think the statement "in Spring AOP , target and this object are same makes sense"
Like i said both @this(someObj)...
Type: Posts; User: Dhanaraj; Keyword(s):
Sorry the copied documentation does not exactly clarify the Spring AOP behavior. I think the statement "in Spring AOP , target and this object are same makes sense"
Like i said both @this(someObj)...
PCD target() and this() intercepts any Spring managed beans public methods execution. I wonder is there any difference between those. Or its just you can do the same thing in multiple ways ?
...