redactedAnnotation

val redactedAnnotation: Property<String>

Define a custom redacted marker annotation. The -annotations artifact won't be automatically added to dependencies if you define your own!

Note that this must be in the format of a string where packages are delimited by '/' and classes by '.', e.g. "kotlin/Map.Entry"