The java interface
java.lang.Cloneable has no public methods. This interface is simply
Cloneable, but with the clone method public. So, if an object is PublicCloneable, you don't know
merely that it's Cloneable, but you can also actually do it...
since: MMBase-1.8 author: Michiel Meeuwissen version: $Id: PublicCloneable.java,v 1.2 2006/04/19 21:10:58 michiel Exp $