@Documented @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface Feature
Modifier and Type | Optional Element and Description |
---|---|
ClassFeature |
cls
类
|
boolean |
logResponse
是否记录响应 日志
|
MethodFeature |
method
方法
|
int[] |
resultCode
只记录哪些 状态码
|
public abstract ClassFeature cls
public abstract MethodFeature method
Copyright © 2017–2022. All rights reserved.