aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr246918/aop4.xml
blob: 7b7436c58a9f27900418167d625a0b6468073398 (plain)
1
2
3
4
5
6
7
8
9
10
<aspectj>
  <aspects>
    <concrete-aspect name="SubAspect" extends="Base2" perclause="persausage(*)">
      <pointcut name="scope" expression="within(D*)"/>
    </concrete-aspect>
  </aspects>
  <!-- weaver options="-verbose -showWeaveInfo -debug"-->
  <weaver options="">
  </weaver>
</aspectj>