org.jboss.util
Interface CloneableObject.Cloneable

All Superinterfaces:
java.lang.Cloneable
Enclosing interface:
CloneableObject (src)

public static interface CloneableObject.Cloneable
extends java.lang.Cloneable

An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions... how useless is that?


Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

public java.lang.Object clone()