Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344736

Summary: Members of XmlExtensible have no Javadoc
Product: z_Archived Reporter: Pascal Filion <pascal.filion>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: rick.barkhouse
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Patch none

Description Pascal Filion CLA 2011-05-04 13:21:09 EDT
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.
Comment 1 Rick Barkhouse CLA 2011-05-06 14:28:03 EDT
Created attachment 194970 [details]
Patch
Comment 2 Rick Barkhouse CLA 2011-05-06 14:31:23 EDT
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";
Comment 3 Eclipse Webmaster CLA 2022-06-09 10:19:54 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink