Interface PublicCloneable<T>

  • All Superinterfaces:
    java.lang.Cloneable

    public interface PublicCloneable<T>
    extends java.lang.Cloneable
    This interface publicly exposes the clone method. Classes which are used in request properties may implement this to allow faster cloning of the request.
    Since:
    5.66
    Author:
    bratseth
    • Method Detail

      • clone

        T clone()