Re: [Simple-support] How can I suppress the creation of the class attribute for ElementList start t
Brought to you by:
niallg
|
From: -=}\\*/{=- <rui...@gm...> - 2012-02-03 21:51:24
|
declare it like this: public ArrayList<String> myStrings; On 3 February 2012 19:18, Warren Goldman <war...@so...>wrote: > @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 > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Simple-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simple-support > > |