summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr152871/aop.xml
blob: 3ba7ab60e34cc743e0ccd05a980fadbb5cedf656 (plain)
1
2
3
4
5
6
7
8
<aspectj>
    <weaver>
      <exclude within="a..MyAspect"/>
    </weaver>
    <aspects>
         <aspect name="a.MyAspect"/> 
    </aspects>
</aspectj>