Uses of Class
org.apache.cxf.annotations.WSDLDocumentation.Placement
-
Packages that use WSDLDocumentation.Placement Package Description org.apache.cxf.annotations -
-
Uses of WSDLDocumentation.Placement in org.apache.cxf.annotations
Methods in org.apache.cxf.annotations that return WSDLDocumentation.Placement Modifier and Type Method Description WSDLDocumentation.Placement
placement()
The place to put the documentation.static WSDLDocumentation.Placement
WSDLDocumentation.Placement. valueOf(String name)
Returns the enum constant of this type with the specified name.static WSDLDocumentation.Placement[]
WSDLDocumentation.Placement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-