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