dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
wzy
2022-11-06
420efcecbc5b9b17f96b9c0a37d9bc3a5f1afccd
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
common
/
annotation
/
SubmitRepeat.java
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 {
}