Interface CopyConstructorClonable

All Known Implementing Classes:
MetaProperty, TypedMetaProperty, WellKnownMetaProperty

public interface CopyConstructorClonable
Marker interface that indicates the object (and its subclasses, obviously) can be cloned reflectively through a copy constructor.
See CloneUtil for a function to do this.
See Also: