aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs180/432178/aop.xml
blob: dc317213ef3918b7d338f2b31ba2724ef18ef043 (plain)
1
2
3
4
5
6
7
8
9
<aspectj>
  <aspects>
    <concrete-aspect name="PerCFlowBugImpl" extends="PerCFlowBug">
      <pointcut name="pointexp" expression="(call (void *.met(..)))"/>
    </concrete-aspect>
  </aspects>
  <weaver options="-verbose -debug -showWeaveInfo" >
  </weaver>
</aspectj>