aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features164/aopconfig/one/multi1.xml
blob: 0aeec1b086b09a83fe729d2d6b108f8797e25911 (plain)
1
2
3
4
5
6
7
8
9
<aspectj>
  <aspects>
    <aspect name="A" scope="B"/>
  </aspects>
  <weaver>
    <!-- Do not apply on any aspects -->
    <exclude within="A*"/>
  </weaver>
</aspectj>