Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@XmlCollection.values should be "value" #36

Closed
Tomas-Kraus opened this issue Aug 24, 2004 · 5 comments
Closed

@XmlCollection.values should be "value" #36

Tomas-Kraus opened this issue Aug 24, 2004 · 5 comments
Labels
javatoxsd component Major Priority
Milestone

Comments

@Tomas-Kraus
Copy link
Contributor

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]

@Tomas-Kraus
Copy link
Contributor Author

@glassfishrobot Commented
Reported by kohsuke

@Tomas-Kraus
Copy link
Contributor Author

@glassfishrobot Commented
Was assigned to sekhar

@Tomas-Kraus
Copy link
Contributor Author

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

@Tomas-Kraus
Copy link
Contributor Author

@lukasj
Copy link
Contributor

lukasj commented Apr 2, 2020

@XmlCollection was removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javatoxsd component Major Priority
Projects
None yet
Development

No branches or pull requests

3 participants