psdi.util.logging.annotations

Interface TraceMaskValue

  • All Superinterfaces:
    java.lang.annotation.Annotation


    @Documented
     @Retention(value=RUNTIME)
    public interface TraceMaskValue
    extends java.lang.annotation.Annotation
    A program element annotated with @TraceMaskValue is one that the programmer does not wish to normally have the actual value to be included in the trace because it is a large value
    See Also:
    TraceMaskSensitiveValue} for sensitive values that you don't ever want traced
    • 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()