javaee / jaxb-spec

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

XmlElement.isNillable name inconsistency #38

Open glassfishrobot opened 20 years ago

glassfishrobot commented 20 years ago

It is customary for annotation parameters not to accompany a verb. For example, you don't name it "getValue", but you name it "value". You don't name it "getName", but you name it "name".

Most of the JAXB annotations follow this convention correctly, yet "isNillable" is not. This should be renamed to "nillable" for consistency.

Environment

Operating System: All Platform: All

Affected Versions

[2.0 v0.4]

glassfishrobot commented 20 years ago

Reported by kohsuke

glassfishrobot commented 20 years ago

sekhar said: Accepted to fix the issue

glassfishrobot commented 20 years ago

Was assigned to sekhar

glassfishrobot commented 7 years ago

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