@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface ApiParam
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
dateFormat
日期格式
|
String |
defaultValue
缺省值
|
String |
description
描述
|
boolean |
ignore
是否忽略
|
int |
index
参数索引,用于匹配方法参数
|
String |
name
参数名称
|
boolean |
optional
是否可选
|
String |
type
类型
|
Copyright © 2016. All rights reserved.