注释类型 DynamicParameters
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamicParameters
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Stringnamedynamic Model nameDynamicParameter[]propertieslist of properties
-
-
-
元素详细资料
-
name
String name
dynamic Model name- 返回:
- 类名
- 默认值:
- ""
-
-
-
properties
DynamicParameter[] properties
list of properties- 返回:
- 类属性集合
- 默认值:
- {@com.github.xiaoymin.knife4j.annotations.DynamicParameter}
-
-