package com.tridium.eas.cost.util; public interface CopySupport { Object newCopy(); }