Annotation Type 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
      String value
      Returns the string that the actual value will be replaced with.
    • 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:
        "***"