Skip to content

Commit

Permalink
还原方法模式的脱敏注解
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Jun 20, 2024
1 parent c582efd commit f370855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
* 加密注解
*
* 在方法上声明 将方法返回对象中的敏感字段 加密/格式化
* @deprecated 直接在实体的字段中使用@{@link Sensitive}即可
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
@Deprecated
public @interface SensitiveEncode {

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package org.jeecg.common.desensitization.annotation;


import com.fasterxml.jackson.annotation.JacksonAnnotationsInside;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.jeecg.common.desensitization.SensitiveFieldSerialize;
import org.jeecg.common.desensitization.enums.SensitiveEnum;

import java.lang.annotation.*;
Expand Down

0 comments on commit f370855

Please sign in to comment.