1 package org.codehaus.xfire.annotations.backport175; 2 3 /*** 4 * backport175 version of the Oneway Annotation. 5 * 6 * @author Arjen Poutsma 7 * @see org.codehaus.xfire.annotations.WebAnnotations#hasOnewayAnnotation(java.lang.reflect.Method) 8 */ 9 public interface Oneway 10 { 11 }