This commit is contained in:
齐天大圣 2024-04-28 09:17:05 +08:00
parent ee9221494e
commit bdb0cc45fe

View File

@ -0,0 +1,9 @@
package com.fuint.common.annotation;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ExpirationCheck {
}