- package com.template.annotation;
- import java.lang.annotation.ElementType;
- import java.lang.annotation.Target;
- /**
- * @Author: binguo
- * @Date: 2023/4/10 星期一 14:04
- * @Description: com.video.services.annotation
- * @Version: 1.0
- */
- @Target(ElementType.METHOD)
- public @interface UserLoginCheck {
- }
|