@Target(value={PARAMETER,METHOD}) @Retention(value=RUNTIME) @Documented public @interface OperateLogAnnotation
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
desc
日志说明
|
String[] |
excludeParamNames
排除指定的请求参数
|
boolean |
isSaveRequestData
是否保存请求的参数
|
boolean |
isSaveResponseData
是否保存响应的参数
|
String |
module
模块
|
OperateType |
operatorType
操作类型
|
Source |
source
来源
|
public abstract String module
public abstract String desc
public abstract OperateType operatorType
public abstract Source source
public abstract String[] excludeParamNames
Copyright © 2024. All rights reserved.