Update CacheException.java

This commit is contained in:
macro
2023-01-24 09:26:24 +08:00
parent af87859ded
commit e6a858673a

View File

@@ -3,7 +3,7 @@ package com.macro.mall.security.annotation;
import java.lang.annotation.*;
/**
* 自定义注解,有该注解的缓存方法会抛出异常
* 自定义缓存异常注解,有该注解的缓存方法会抛出异常
* Created by macro on 2020/3/17.
*/
@Documented