mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
19 lines
485 B
XML
19 lines
485 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
AspectJ load-time weaving config file to install common Spring aspects.
|
|
-->
|
|
<aspectj>
|
|
|
|
<!--
|
|
<weaver options="-showWeaveInfo"/>
|
|
-->
|
|
|
|
<aspects>
|
|
<aspect name="org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect"/>
|
|
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
|
|
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
|
|
</aspects>
|
|
|
|
</aspectj>
|