1: package org.directwebremoting.webwork; 2: 3: /** 4: * Marker interface for wrapped invocation results. 5: * 6: * @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a> 7: */ 8: public interface AjaxResult { 9: }