Annotation Type PluginBuilderAttribute


Marks a field as a Plugin Attribute.
  • Optional Element Summary

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

    • 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