Community
Participate
Working Groups
We currently have annotation support for ClassExtractor, but not ClassExtractionMethod. We will want this support in MOXy (annotation & xml metadata) and should (presumably) have it in foundation as well. A class extraction method can be set on the InheritancePolicy via this method: public void setClassExtractionMethodName(String) The annotation could look something like the following: @Target({TYPE}) @Retention(RUNTIME) public @interface ClassExtractionMethod { /** * (Required) Defines the name of the class extraction method * that should be applied to this entity's descriptor. */ String value(); }
Not sure if Doug still feels this way, but this was the decision made when supporting ClassExtractor: https://bugs.eclipse.org/bugs/show_bug.cgi?id=211323#c3
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink