公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
广告控制逻辑代码初步编写
admin
2021-04-02
20f473dc4997e8b8a76f8c75d0a649be0a5ea139
[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 {
}