package org.argeo.slc.autoui; public interface AutoUiApplication { public Object execute(Object object) throws Exception; }