psdi.util.logging.annotations

Interface TraceMaskSensitiveValue

  • All Superinterfaces:
    java.lang.annotation.Annotation


    @Documented
     @Retention(value=RUNTIME)
    public interface TraceMaskSensitiveValue
    extends java.lang.annotation.Annotation
    A program element annotated with @TraceMaskSensitiveValue is one that the programmer does not wish the actual value to ever be included in the trace because it is sensitive
    See Also:
    TraceMaskValue} for values that you don't want traced because they are large, but could be configured to be traced if needed
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method and Description
      java.lang.String value() 
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Method Detail

      • value

        java.lang.String value()