Community
Participate
Working Groups
org.eclipse.persistence.oxm.annotations.XmlExtensible has no Javadoc on the members, what do they do? Because it is public API, they should be documented.
Created attachment 194970 [details] Patch
Fixed. /** * (Optional) Defines the name of the method used to retrieve XML Extensions. */ String getMethod() default "get"; /** * (Optional) Defines the name of the method used to store XML Extensions. */ String setMethod() default "set";
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink