xiaoyong931011
2023-08-15 db0b2a21c9fd702c2c1d4cb87b2fc6a33ad8aa30
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 {
}