aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/xmldefs/aop9.xml
blob: 6ec4af59bcdaee60f8ab9002633bbfe83b430e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
  <aspects>
    <concrete-aspect name="ConjuredUp">
      <around pointcut="execution(* Hello2.say1(..)) AND args(w) " invokeClass="JavaHelper" invokeMethod="around1(JoinPoint.StaticPart tjpsp, java.lang.String w)"/>
    </concrete-aspect>
  </aspects>

  <weaver options="-Xreweavable -verbose -XlazyTjp -showWeaveInfo">
    <include within="Hello2"/>
    <dump within="*"/>
  </weaver>
</aspectj>