org.omegahat.Environment.DataStructures
Interface ConstructorCopyable


public interface ConstructorCopyable

A trivial interface used only to indicate that a class has a constructor which copies an object of the same type. This means that it has at least two constructors, one which takes a single argument of the same type as the class itself; and another which has an additional argument indicating whether we want a deep or shallow copy.