修改注解名称

pull/6339/head
EightMonth 2024-06-20 18:03:06 +08:00 committed by GitHub
parent 8e44080b00
commit c687c7a916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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