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 AjaxResult9 {10 }11