Interface PublicCloneable<T>
- All Superinterfaces:
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
-
Method Details
-
clone
T clone()Deprecated, for removal: This API element is subject to removal in a future version.
-