公告板
版本库
filestore
活动
搜索
登录
main
/
DayLucky
天天抽奖
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
活动管理界面完善
admin
2021-02-06
6c09cbd70388ae53ec593de253f69cfa1a3eeda7
[DayLucky.git]
/
service-daylucky
/
src
/
main
/
java
/
com
/
ks
/
daylucky
/
util
/
annotation
/
RequestSerializable.java
1
2
3
4
5
6
7
8
9
10
11
package com.ks.daylucky.util.annotation;
import java.lang.annotation.*;
@Documented
@Target(ElementType.METHOD)
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface RequestSerializable {
String key();
}