aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features164/aopconfig/one/case5.xml
blob: cbc652f987442f8501f87d44853a87369404f1a1 (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="B*"/>
</weaver>
</aspectj>