Does anyone know what the default implementation is for List instances in JaxB2?
Is there a way to change the implementation, and if so, what is it?
|
feedback
|
|
The default List implementation in JAXB 2 is java.util.ArrayList. When generating your model from an XML schema you can set the
For More Information | |||||||
feedback
|