001    package org.springframework.richclient.util;
002    
003    public interface PublicCloneable
004    {
005        public Object clone() throws CloneNotSupportedException;
006    }