注释类型 DynamicParameter
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamicParameter
-
-
元素详细资料
-
name
String name
Name of the parameter.- 返回:
- 属性名称
- 默认值:
- ""
-
-
-
value
String value
A brief description of the parameter.- 返回:
- 属性说明
- 默认值:
- ""
-
-
-
dataTypeClass
Class<?> dataTypeClass
The class of the parameter.Overrides
dataTypeif provided.- 返回:
- 属性类型
- 默认值:
- java.lang.Void.class
-
-
-
example
String example
a single example for non-body type parameters- 返回:
- 属性示例
- 从以下版本开始:
- 1.5.4
- 默认值:
- ""
-
-