[Simple-support] How can I suppress the creation of the class attribute for ElementList start tag?
Brought to you by:
niallg
|
From: Warren G. <war...@so...> - 2012-02-03 19:49:41
|
@ElementList(name="My_List")
public List<String> myStrings;
produces
<MyList class="java.util.ArrayList">
....
</MyList>
I want
<MyList>
....
</MyList>
--
*Warren Goldman*
Consultant | Solution Design Group (SDG) | 10275 Wayzata Blvd. Suite 300 |
Minnetonka, MN 55305
952.454.2154 (mobile) | 763.5956346 (office) | www.solutiondesign.com
Minneapolis/St. Paul Business Journal's Best Places to Work and Fast 50
|