xiaoyong931011
2022-10-26 c093c86a3d93e9d895fb1e23a64df686fd4761bf
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 {
}