Description
per http://isis.markmail.org/thread/qfexzpfknnue2rnr
QN: Is there another way to automagically implement clone for view models? We are currently using MementoService with
DomainObjectContainer#newViewModelInstance based on the not-yet-released isis-wicket-wizard module.
ANS: At the moment the RecreateableObjectFacet impl for @ViewModel and also @XmlRootElement (1.11.0) return false for isCloneable(), but my thinking is that these could probably transparently support cloning.