aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/messy/aop.xml
blob: 0f99ba16692eeb239a717012efaad5631db68a9d (plain)
1
2
3
4
5
6
7
8
9
10
<aspectj>
<aspects>
  <aspect name="X"/>
  <aspect name="com.andy.A"/>
</aspects>
<weaver options="-verbose -Xset:overWeaving=true -debug">
  <dump within="*" beforeandafter="true"/>
</weaver>

</aspectj>