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

nyla.solutions.commas.CloneableExecutable Maven / Gradle / Ivy

The newest version!
package nyla.solutions.commas;

public interface CloneableExecutable extends Cloneable, Executable
{
   /**
    * 
    * @return the clone
    */
   public Object clone()
   throws CloneNotSupportedException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy