1 package org.codehaus.xfire.annotations.commons;
2
3 /***
4 * Commons Attributes version of the OneWay Annotation.
5 *
6 * @author Arjen Poutsma
7 * @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD)
8 * @see org.codehaus.xfire.annotations.WebAnnotations#hasOnewayAnnotation(java.lang.reflect.Method)
9 */
10 public class Oneway
11 {
12 }