Community
Participate
Working Groups
The following annotation could be added to support adding processing instructions into the marshalled document: @XmlProcessingInstruction(target="foo", data="bar") public List<String foo> getFoo() { return foo; } Would result in the following XML: <?foo bar?> <foo>A</foo> <foo>B</foo> <foo>C</foo>
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink