@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface WSDLDocumentation
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The documentation to add
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.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 java.lang.String value
public abstract WSDLDocumentation.Placement placement