Apache CXF API

org.apache.cxf.annotations
Annotation Type WSDLDocumentationCollection


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface WSDLDocumentationCollection

Used to attach multiple WSDLDocumentation annotations to a method or type if documentation needs to be added to more than one place in the wsdl.


Required Element Summary
 WSDLDocumentation[] value
           
 

Element Detail

value

public abstract WSDLDocumentation[] value

Apache CXF API

Apache CXF