摘要:
<aop:config> 标签的解析: <bean id="loggingAspect" class="com.zhuguang.jack.aop.aspect.AspectXml1"></bean> <aop:config> <aop:pointcut id="pointcut" expression="execution(* com.zhuguang.jack.aop.aspect.Aspec 阅读全文
摘要:
public static void main(String[] args) { ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("classpath*:config" + "/spring/applicationContext-core2.xml"); MyS... 阅读全文
摘要:
aspectAnnotation的切面信息,加到了AnnotationAwareAspectJAutoProxyCreator的advisorsCache属性里面去了。 解析annotationServiceImpl的时候(此时AspectAnnotation还没有解析),resolveBefore 阅读全文