注释类型 MyBiz
-
@Retention(RUNTIME) public @interface MyBiz
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 StringbizCodeStringbizNamebooleandisableRequestLogbooleandisableResponseLog
-
@Retention(RUNTIME) public @interface MyBiz
| 修饰符和类型 | 可选元素 | 说明 |
|---|---|---|
String |
bizCode |
|
String |
bizName |
|
boolean |
disableRequestLog |
|
boolean |
disableResponseLog |