Otherwise people will be forced to write: @XmlCollection(values= { @XmlCollectionItem(type=Ref4.class) }) List w; Instead of : @XmlCollection({ @XmlCollectionItem(type=Ref4.class) } ) List w; #### Environment Operating System: All Platform: All #### Affected Versions [2.0 draft]
Otherwise people will be forced to write:
@XmlCollection(values=
{ @XmlCollectionItem(type=Ref4.class) })
List w;
Instead of :
@XmlCollection({ @XmlCollectionItem(type=Ref4.class) }
)
List w;
Environment
Operating System: All
Platform: All
Affected Versions
[2.0 draft]