Helius
2021-03-22 8dfe6a5054c6222dde9e23f3fec20a8ed760ed02
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.common.annotation;
 
import java.lang.annotation.*;
 
/**
 *
 * @author helius
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface SubmitRepeat {
}