Annotation Interface RateLimitIgnore


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface RateLimitIgnore
限流忽略注解.

用于方法级别,标记该方法不需要进行限流控制.

Author:
codeupsoft