Package org.immutables.value
Annotation Type Value.Redacted
-
@Documented @Target(METHOD) public static @interface Value.RedactedMarks attribute for exclusion from auto-generatedtoStringmethod. It will be just excluded by default. However you can choose to put special masking characters next to the attribute instead of value, like 3 stars or 4 pound signs, this replacement string can be set usingValue.Style.redactedMask()style attribute.