公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
接入视频直播
admin
2021-09-24
f788607ff771a47bc60d6a86e00b3433c40f3d2c
[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 {
}