I'm using simple xml library: http://simple.sourceforge.net/home.php
I have a problem with @ElementList annotation: if I use this annotation like this:
@ElementList
protected List<Element> elements;
My XML file has one more attribute:
<elements class="java.util.ArrayList">
how to remove the attribute class="....."
?