|
@@ -16,7 +16,7 @@ import java.lang.annotation.*;
|
|
@Target(ElementType.FIELD)
|
|
@Target(ElementType.FIELD)
|
|
@JacksonAnnotationsInside
|
|
@JacksonAnnotationsInside
|
|
@JsonSerialize(using = SensitiveSerialize.class)
|
|
@JsonSerialize(using = SensitiveSerialize.class)
|
|
-public @interface SensitiveField {
|
|
|
|
|
|
+public @interface Sensitive {
|
|
|
|
|
|
/**
|
|
/**
|
|
* 不同类型处理不同
|
|
* 不同类型处理不同
|