1 package org.codehaus.xfire.annotations.commons.soap;
2
3 import org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation;
4
5 /***
6 * Commons Attributes version of the SOAP binding Annotation.
7 *
8 * @author <a href="mailto:poutsma@mac.com">Arjen Poutsma</a>
9 * @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS)
10 * @see org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
11 */
12 public class SOAPBinding
13 extends SOAPBindingAnnotation
14 {
15 }