org.codehaus.xfire.annotations.commons.soap.SOAPBinding Maven / Gradle / Ivy
package org.codehaus.xfire.annotations.commons.soap;
import org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation;
/**
* Commons Attributes version of the SOAP binding Annotation.
*
* @author Arjen Poutsma
* @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS)
* @see org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
*/
public class SOAPBinding
extends SOAPBindingAnnotation
{
}