Package org.apache.cxf.annotations
Annotation Type WSDLDocumentationCollection
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Inherited
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
-
Element Details
-
value
WSDLDocumentation[] value
-