AspectJ load time weaving not working for Spring beans
问题 I am facing the same issue as: AspectJ load time weaving not working on Spring beans The solution of returning 'Object' is working, but I don't know the reason. I have gone through: http://docs.spring.io/spring/docs/3.0.0.M3/reference/html/ch08s08.html#aop-aj-ltw but still no clue. 回答1: As I commented on that other thread. The load-time weaver, as the name suggest, will only operate on the loading of classes. Now when a class is already loaded it cannot be processed anymore. When the return