Annotation Interface LogMasking.Mask
- Enclosing class:
LogMasking
Annotation for marking fields that should be masked in logs.
用于标记应在日志中脱敏的字段的注解。
- Since:
- JDK 25, opencode-base-log V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe masking strategy.
-
Element Details
-
value
The masking strategy. 脱敏策略。- Returns:
- the strategy - 策略
- Default:
FULL
-