javaee / jaxb-spec

Formerly jsr222.java.net
Other
9 stars 16 forks source link

@XmlCollection.values should be "value" #36

Open glassfishrobot opened 20 years ago

glassfishrobot commented 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;

Environment

Operating System: All Platform: All

Affected Versions

[2.0 draft]

glassfishrobot commented 20 years ago

Reported by kohsuke

glassfishrobot commented 20 years ago

Was assigned to sekhar

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JSR222-36