@Retention(value=RUNTIME)
 @Target(value=FIELD)
public @interface ClonePolicyArchive
Persistence for some collection fields is managed outside the admin pipeline. In such a case, the field (and any
 subordinate fields managed in side field's class) should be marked with this annotation so that the system will know
 to archive records appropriately during enterprise operations. Note, this annotation should only be applied to sandbox
 aware fields.
- Author:
- Jeff Fischer