compile time « AOP « Spring Q&A





1. Spring AOP works in compile time and defining the aspect class is enough, right?    forum.springsource.org

Spring AOP works in compile time and defining the aspect class is enough, right? Hi, I have a question regarding how spring aop works. Is it correct that: The pointcuts are ...