Interface PublicCloneable<T>

All Superinterfaces:
Cloneable

@Deprecated(forRemoval=true) public interface PublicCloneable<T> extends Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
Use com.yahoo.lang.PublicCloneable instead
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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • clone

      T clone()
      Deprecated, for removal: This API element is subject to removal in a future version.