KKSU
2024-04-01 9471f6e4286ce7e9f2d879951603d14c578d839f
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 {
}