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

com.base4j.util.lang.Cloneable Maven / Gradle / Ivy

The newest version!
package com.base4j.util.lang;

/**
 * 克隆支持接口
 *
 * @param 
 * @author Looly
 */
public interface Cloneable extends java.lang.Cloneable {
    T clone();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy