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