All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.yadaframework.core.CloneableDeep Maven / Gradle / Ivy

There is a newer version: 0.7.7.R4
Show newest version
package net.yadaframework.core;


/**
 * Marker interface that tells that if this object is inside a collection,
 * it will be recursively cloned before being added to the cloned collection of the parent.
 * When not present, the original object reference will be added to the cloned collection,
 * so that the object instances will be shared between original and cloned parent.
 * It has no effect when an object is NOT inside a collection.
 * @see ClonableFiltered
 */
public interface CloneableDeep extends CloneableFiltered {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy