Re: [Simple-support] positions of elements
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2011-11-17 10:03:53
|
See the @Order annotation
________________________________
From: gato chalar <da...@gm...>
To: sim...@li...
Sent: Wednesday, 16 November 2011 8:49 PM
Subject: [Simple-support] positions of elements
Hi
I have a class like next one:
class A{
@Element
B b;
@Element
C c;
}
result at parsing:
<a >
<b>
<c>
</a>
How can I change the positions of elements?, in order to get:
<a >
<c>
<b>
</a>
Thanks a lot.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Simple-support mailing list
Sim...@li...
https://lists.sourceforge.net/lists/listinfo/simple-support |