1: /* 2: * Created on 23 Jul 2007 3: */ 4: package uk.org.ponder.mapping; 5: 6: public interface PureDARApplier { 7: public void applyAlterations(Object rootobj, DARList toapply); 8: }