公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完善全网搜(腾讯/优酷)
admin
2021-03-25
9438097857e16f4929924d0d349c346d36b5f947
[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 {
}