We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfb3fa commit 7c9d74dCopy full SHA for 7c9d74d
src/com/rabbitmq/utility/SensibleClone.java
@@ -37,5 +37,10 @@
37
* and want to provide some guarantees of the type of the cloned object.
38
*/
39
public interface SensibleClone<T extends SensibleClone<T>> extends Cloneable {
40
+
41
+ /**
42
+ * Like Object.clone but sensible; in particular, public and declared to return
43
+ * the right type.
44
+ */
45
public T sensibleClone();
46
}
0 commit comments