JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.codeupsoft.interceptor.ratelimit.annotation
RateLimitIgnore
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface RateLimitIgnore
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
public @interface
RateLimitIgnore
限流忽略注解.
用于方法级别,标记该方法不需要进行限流控制.
Author:
codeupsoft