bug
This commit is contained in:
parent
ee9221494e
commit
bdb0cc45fe
@ -0,0 +1,9 @@
|
||||
package com.fuint.common.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface ExpirationCheck {
|
||||
}
|
Loading…
Reference in New Issue
Block a user