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

org.powermock.classloading.spi.DeepClonerSPI Maven / Gradle / Ivy

package org.powermock.classloading.spi;

/**
 * A deep-cloner must implement this interface.
 */
public interface DeepClonerSPI {
     T clone(T objectToClone);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy