1
2019232
2022-12-13 45c48f932d92754f87d7515b79ecb32b55c75c3d
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 {
}