aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/messy2/aop.xml
blob: 956854a9e54ca9d7aeb710571070901c00e319fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<aspectj>
<aspects>
  <aspect name="A"/>
  <aspect name="B"/>
</aspects>
<weaver options="-verbose -Xset:overWeaving=true -debug -showWeaveInfo">
<!--
  <dump within="*" beforeandafter="true"/>
-->
</weaver>

</aspectj>