@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited public @interface WSDLDocumentation
| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueThe documentation to add | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<?> | faultClassIf Placement is FAULT_MESSAGE, PORT_FAULT, or BINDING_FAULT,
 return the fault class associated with this documentation | 
| WSDLDocumentation.Placement | placementThe place to put the documentation. | 
public abstract String value
public abstract WSDLDocumentation.Placement placement
public abstract Class<?> faultClass
Apache CXF