Commit afb11f93 authored by macro's avatar macro
Browse files

Update CacheException.java

parent 9a23fd81
...@@ -4,6 +4,7 @@ import java.lang.annotation.*; ...@@ -4,6 +4,7 @@ import java.lang.annotation.*;
/** /**
* 自定义注解,有该注解的缓存方法会抛出异常 * 自定义注解,有该注解的缓存方法会抛出异常
* Created by macro on 2020/3/17.
*/ */
@Documented @Documented
@Target(ElementType.METHOD) @Target(ElementType.METHOD)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment