<aspectj>
<aspects>
<concrete-aspect name="ConjuredUp">
- <declare-annotation field="* field1(..)" annotation="@AnnoString("set from xml")"/>
- <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 -->
+ <declare-annotation field="* field1" annotation="@AnnoString("set from xml")"/>
+ <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>
<aspectj>
<aspects>
<concrete-aspect name="ConjuredUp">
- <declare-annotation field="* field1(..)" annotation="@AnnoShort(8)"/>
- <declare-annotation field="* field1(..)" annotation="@AnnoChar('z')"/>
- <declare-annotation field="* field1(..)" annotation="@AnnoDouble(99.0d)"/>
- <declare-annotation field="* field1(..)" annotation="@AnnoFloat(6.0f)"/>
- <declare-annotation field="* field2(..)" annotation="@AnnoByte(88)"/>
- <declare-annotation field="* field2(..)" annotation="@AnnoInt(99)"/>
+ <declare-annotation field="* field1" annotation="@AnnoShort(8)"/>
+ <declare-annotation field="* field1" annotation="@AnnoChar('z')"/>
+ <declare-annotation field="* field1" annotation="@AnnoDouble(99.0d)"/>
+ <declare-annotation field="* field1" annotation="@AnnoFloat(6.0f)"/>
+ <declare-annotation field="* field2" annotation="@AnnoByte(88)"/>
+ <declare-annotation field="* field2" annotation="@AnnoInt(99)"/>
</concrete-aspect>
</aspects>
<aspectj>
<aspects>
<concrete-aspect name="ConjuredUp">
- <declare-annotation field="* field1(..)" annotation="@Annot( a= 'a' , fred = false, 'abc' )"/>
+ <declare-annotation field="* field1" annotation="@Annot( a= 'a' , fred = false, 'abc' )"/>
</concrete-aspect>
</aspects>