Annotation Interface DynamicResponseParameters
@Deprecated
@Target(METHOD)
@Retention(RUNTIME)
@Documented
public @interface DynamicResponseParameters
已过时。
Note: 自Knife4j 4.0版本起,放弃维护此属性值,建议开发者建实体类
- 从以下版本开始:
- 1.9.5
- 作者:
- xiaoymin@foxmail.com 2019-7-31 12:54:24
-
可选元素概要
可选元素修饰符和类型可选元素说明已过时。dynamic Model name已过时。list of properties
-
元素详细资料
-
name
String name已过时。dynamic Model name- 返回:
- 类名
- 默认值:
- ""
-
properties
DynamicParameter[] properties已过时。list of properties- 返回:
- 类属性集合
- 默认值:
- {@com.github.xiaoymin.knife4j.annotations.DynamicParameter}
-