summaryrefslogtreecommitdiffstats
path: root/tests/features164/aopconfig/one/foo2.xml
blob: 4d452a3d44d116de6e266bfdf95bebd72a020b25 (plain)
1
2
3
4
5
6
7
<!-- A is scoped to only affect certain types matching the scope -->
<aspectj>
<aspects>
  <aspect name="A" scope="B"/>
  <!-- <aspect name="A2"/> -->
</aspects>
</aspectj>