- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * By default use the buildClone. */ public Object buildWorkingCopyClone(Object domainObject, Session session) throws DescriptorException { return buildClone(domainObject, session); }
/** * By default use the buildClone. */ @Override public Object buildWorkingCopyClone(Object domainObject, Session session) throws DescriptorException { return buildClone(domainObject, session); }
/** * By default use the buildClone. */ public Object buildWorkingCopyClone(Object domainObject, Session session) throws DescriptorException { return buildClone(domainObject, session); }