Annotation Type DoNotClone


@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface DoNotClone
Fields annotated with this annotation are not allowed to be cloned by a Deep Cloner implementation.