@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface RequestLimit
| 限定符和类型 | 可选元素和说明 |
|---|---|
long |
count
允许请求的次数(默认值:60次)
|
String |
methodName
方法名
|
long |
period
限制时间 单位:秒(默认值:一分钟)
|
public abstract String methodName
Copyright © 2025. All rights reserved.