Java Aspect-Oriented Programming with Annotations

后端 未结 5 1629
無奈伤痛
無奈伤痛 2020-11-30 16:57

In a post entitled \"AOP Fundamentals\", I asked for a King\'s English explanation of what AOP is, and what it does. I received some very helpful answers and links

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 17:42

    Change the comment

    // The AspectWeaver *magically* might weave in method calls so main now becomes
    

    to

    // The AspectWeaver *magically* might weave in method calls so main now
    // becomes effectively (the .class file is not changed)
    

    I like the spring writeup of AOP. Check out Chapter 7

提交回复
热议问题