Interface PublicCloneable<T>

All Superinterfaces:
Cloneable

public interface PublicCloneable<T> extends 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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • clone

      T clone()