注释类型 InputParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface InputParam
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Stringdescription参数描述booleanrequired参数值必须的
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface InputParam
| 修饰符和类型 | 可选元素 | 说明 |
|---|---|---|
String |
description |
参数描述
|
boolean |
required |
参数值必须的
|