All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.tusi.limit.annotation.LimitCats Maven / Gradle / Ivy

There is a newer version: 1.0.5-sb3
Show newest version
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