Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

@XmlCollection.values should be "value" #36

Open
glassfishrobot opened this issue Aug 24, 2004 · 3 comments
Open

@XmlCollection.values should be "value" #36

glassfishrobot opened this issue Aug 24, 2004 · 3 comments

Comments

@glassfishrobot
Copy link

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
Copy link
Author

Reported by kohsuke

@glassfishrobot
Copy link
Author

Was assigned to sekhar

@glassfishrobot
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant