[测评系统]--测评系统核心代码库
linzhijie
2022-10-21 e7e00697a78ed7a5aa295d0104c89329eb2739c0
1
2
3
4
5
6
7
8
9
package com.ots.framework.interceptor.annotation;
import java.lang.annotation.*;
 
@Inherited
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RepeatSubmit {
}