-
@Retention(RUNTIME) @Target(PARAMETER) public @interface WebParam
- 从以下版本开始:
- 1.6
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element 描述 boolean
header
WebParam.Mode
mode
String
name
String
partName
String
targetNamespace
-
-
-
Element Detail
-
name
String name
- Default:
- “”
-
-
-
partName
String partName
- Default:
- “”
-
-
-
targetNamespace
String targetNamespace
- Default:
- “”
-
-
-
mode
WebParam.Mode mode
- Default:
- javax.jws.WebParam.Mode.IN
-
-