Browse Source

Update CacheException.java

macro 3 years ago
parent
commit
afb11f9353

+ 1 - 0
mall-security/src/main/java/com/macro/mall/security/annotation/CacheException.java

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