fun.tusi.limit.annotation.LimitCats Maven / Gradle / Ivy
package fun.tusi.limit.annotation;
import java.lang.annotation.*;
/**
* 业务频率注解
* @author xy783
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface LimitCats {
LimitCat[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy