|
|
@ -15,7 +15,7 @@ import java.lang.annotation.*;
|
|
|
|
@Documented
|
|
|
|
@Documented
|
|
|
|
public @interface Limiter {
|
|
|
|
public @interface Limiter {
|
|
|
|
|
|
|
|
|
|
|
|
/** 标题 */
|
|
|
|
/** QPS */
|
|
|
|
double qps() default RateLimiterUtil.DEFAULT_QPS;
|
|
|
|
double qps() default RateLimiterUtil.DEFAULT_QPS;
|
|
|
|
|
|
|
|
|
|
|
|
/** 提醒方式 */
|
|
|
|
/** 提醒方式 */
|
|
|
|