package com.dobbinsoft.fw.core.annotation; /** * ClassName: RateLimitType * Description: TODO * * @author: e-weichaozheng * @date: 2021-04-12 */ public enum RateLimitType { USER_ID, IP, ALL, NONE }