summaryrefslogtreecommitdiffstats
path: root/tests/bugs170/xmldefs/aop4.xml
blob: a6633b032034817c8549080186315f7f116b11d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
  <aspects>
    <concrete-aspect name="ConjuredUp">
      <declare-annotation field="* field1" annotation="@AnnoString(&quot;set from xml&quot;)"/>
      <declare-annotation field="* field1" annotation="@AnnoLong(999)"/>
      <declare-annotation field="* field1" annotation="@AnnoBoolean(true)"/>
      <declare-annotation field="* field1" annotation="@AnnoClass(Integer.class)"/>
      <declare-annotation field="* field2" annotation="@AnnoClass()"/> <!-- testing empty paren -->
    </concrete-aspect>
  </aspects>

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