1. Spring AOP with anonymous inner classes stackoverflow.comI use some anonymous inner classes like
|
2. Aspectj and catching private or inner methods stackoverflow.comI've configureg AspectJ with Spring and it works fine when "catching" public methods called from out of the class. Now I want do something like this:
|