您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需 |
可选
详细资料:
字段 |
元素
SEARCH:
程序包
com.github.xiaoymin.knife4j.annotations
Annotation Interface Ignore
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
TYPE
,
PARAMETER
})
public @interface
Ignore
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
value
A brief description of why this parameter/operation is ignored
元素详细资料
value
String
value
A brief description of why this parameter/operation is ignored
返回:
the description of why it is ignored
默认值:
""