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