Update CacheException.java

This commit is contained in:
macro
2021-12-19 19:50:09 +08:00
parent 9a23fd811a
commit afb11f9353

View File

@@ -4,6 +4,7 @@ import java.lang.annotation.*;
/**
* 自定义注解,有该注解的缓存方法会抛出异常
* Created by macro on 2020/3/17.
*/
@Documented
@Target(ElementType.METHOD)