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
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