Package jline.lang
Interface Copyable
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface Copyable implements Serializable
Copyable interface allows to perform deep-copy of objects via the copy() method. Classes implementing this interface must also implement Serializable. Copyright (c) 2012-2025, Imperial College London All rights reserved.