Update CacheException.java
This commit is contained in:
@@ -4,6 +4,7 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 自定义注解,有该注解的缓存方法会抛出异常
|
||||
* Created by macro on 2020/3/17.
|
||||
*/
|
||||
@Documented
|
||||
@Target(ElementType.METHOD)
|
||||
|
||||
Reference in New Issue
Block a user