KKSU
2024-04-28 42d09905871d80e940330b3ad5c1d0bafac8dcb8
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 {
}