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

@XmlCollection.values should be "value" #36

Description

@glassfishrobot

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]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions