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

org.unitils.objectvalidation.cloner.ObjectClonerFactory Maven / Gradle / Ivy

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

/**
 * Factory to create {@link org.unitils.objectvalidation.ObjectCloner}
 * used to clone the objects used in the {@link org.unitils.objectvalidation.Rule}.
 * 
 * @author Jeroen Horemans
 * @since Feb 20, 2012
 */
public class ObjectClonerFactory {
    
    private ObjectClonerFactory() { }

    public static UnitilsObjectClonerImpl createDefaultCloner() {
        return new UnitilsObjectClonerImpl();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy