xiaoyong931011
2022-11-24 7802df27f4462676183e04a4f2a378665a3a2c03
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.common.annotation;
 
import java.lang.annotation.*;
 
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface SubmitRepeat {
}