Annotation Type PluginBuilderAttribute

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean sensitive
      Indicates that this attribute is a sensitive one that shouldn't be logged directly.
      String value
      Specifies the attribute name this corresponds to.
    • Element Detail

      • value

        String value
        Specifies the attribute name this corresponds to. If no attribute is set (i.e., a blank string), then the name of the field (or member) this annotation is attached to will be used.
        Default:
        ""
      • sensitive

        boolean sensitive
        Indicates that this attribute is a sensitive one that shouldn't be logged directly. Such attributes will instead be output as a hashed value.
        Default:
        false