I have something like
@XmlElementWrapper(name=\"Mylist\") List myItems = new ArrayList()
and that comes out lik
You can use @XmlList to make it a space separated value.
For a comma separated list you will need to use an XmlAdapter. For more information on XmlAdapter see: