公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
韩迷TV相关bug修改,电视直播完善(后台+前端API)
admin
2021-09-03
b41a6efe17ba61d150c5a9b7309651cebae54e0d
[buwan-server.git]
/
src
/
main
/
java
/
com
/
yeshi
/
buwan
/
util
/
annotation
/
RequireUid.java
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.util.annotation;
import java.lang.annotation.*;
@Documented
@Target(ElementType.METHOD)
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface RequireUid {
}