aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr166647/aop1.xml
blob: fa5795a717270f64afec86a82803303f05095e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
<aspectj>
  <aspects>
    <concrete-aspect name="x.Aspect2" extends="x.Aspect">
      <pointcut name="scope" expression="within(*)"/>
    </concrete-aspect>
  </aspects>
  <!-- weaver options="-verbose -showWeaveInfo -debug"-->
  <weaver options="-verbose -debug">
    <include within="a..*"/>
  </weaver>
</aspectj>