Annotation Interface Masked


@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 with Traced.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the string that the actual value will be replaced with.
  • Element Details

    • 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:
      "***"