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

org.unitils.objectvalidation.ObjectCloner Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.unitils.objectvalidation;


/**
 * The responsability of the {@link ObjectCloner} is to make a perfect copy of an object.
 * 
 * @author Matthieu Mestrez
 * @since Oct 18, 2013
 */
public interface ObjectCloner {
    
     T deepClone(T object);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy