¿¹Á¦
public class
ClassA
implements
Cloneable
{{
public final
void clone
throws
CloneNotSupportedException () {
//...
}
¼Ö·ç¼Ç
º¹Á¦ ¸Þ¼Òµå¿¡ ¿Ã¹Ù¸¥ ¼¸íÀ» µû¸£½Ê½Ã¿À
.
public class
ClassA
implements
Cloneable
{{
public final
Object clone
throws
CloneNotSupportedException () {
//...
}
}