aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/xmldefs/aop3.xml
blob: 3a9a65e391a802ab1f6e2069a803b9e606e592b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
  <aspects>
    <concrete-aspect name="ConjuredUp">
      <before pointcut="execution(* Hello.sayWorld(..))" invokeClass="JavaHelper" invokeMethod="advice1(String)"/>
    </concrete-aspect>
  </aspects>

  <weaver options="-Xreweavable -verbose -XlazyTjp -showWeaveInfo">
    <include within="Hello"/>
  </weaver>
</aspectj>