@Target(value=TYPE)
 @Retention(value=RUNTIME)
public @interface CloneCopyPolicy
CloneCopyPolicy, 
CloneCopyPolicy, 
CopyPolicy| Modifier and Type | Required Element and Description | 
|---|---|
java.lang.String | 
method
(Optional)
 Either method or workingCopyMethod must be specified
 this defines a method that will be used to create a clone that will be
 used for comparison by EclipseLink's DeferredChangeDetectionPolicy 
 | 
java.lang.String | 
workingCopyMethod
(Optional)
 Either method or workingCopyMethod must be specified
 this defines a method that will be used to create a clone that will be
 used to create the object returned when registering an Object in an
 EclipseLink UnitOfWork 
 |