aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features164/aopconfig/one/case4.xml
blob: 5015955c08bbf227d3ec1bfe7df944a67cbcc7ae (plain)
1
2
3
4
5
6
7
8
9
10
<!-- B2 is exluded from being woven -->
<aspectj>
<aspects>
  <aspect name="A"/>
  <aspect name="A2"/>
</aspects>
<weaver>
  <exclude within="B2"/>
</weaver>
</aspectj>