公告板
版本库
filestore
活动
搜索
登录
main
/
ycl-airport-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
资讯相关接口,栏目相关接口2
fangyuan
2022-11-18
c9d9a680d60722048fec46019b4a7ca36f821c58
[ycl-airport-server.git]
/
ycl-common
/
src
/
main
/
java
/
com
/
ycl
/
annotation
/
CacheException.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.annotation;
import java.lang.annotation.*;
/**
* 自定义注解,有该注解的缓存方法会抛出异常
*/
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface CacheException {
}