Package com.kscs.util.jaxb
Schnittstelle Copyable<T extends Copyable<T>>
public interface Copyable<T extends Copyable<T>>
Contract for objects that can be copied,
similar to the "Object.clone()" contract,
but only available on objects explicitly implementing
this interface.
-
Methodenübersicht
-
Methodendetails
-
createCopy
T createCopy()
-