Open glassfishrobot opened 20 years ago
Otherwise people will be forced to write:
@XmlCollection(values=
{ @XmlCollectionItem(type=Ref4.class) }) List w;
Instead of :
@XmlCollection({ @XmlCollectionItem(type=Ref4.class) }
) List w;
Operating System: All Platform: All
[2.0 draft]
Reported by kohsuke
Was assigned to sekhar
This issue was imported from java.net JIRA JSR222-36
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]