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

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

There is a newer version: 2.0.9
Show newest version
package org.powermock.classloading.spi;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy