package org.webslinger.lang;
public interface ObjectUpdater<T> {
T updateObject(T oldObject) throws Exception;
}