-
@Target(PARAMETER) @Retention(RUNTIME) public @interface Masked
Indicates that the value of the annotated method parameter should not be captured. Only has an effect in combination withTraced.
-
-
Element Detail
-
value
String value
Returns the string that the actual value will be replaced with.- Returns:
- the string that the actual value will be replaced with
- Default:
- "***"
-
-