config / org.apache.tuweni.config / SchemaBuilder / documentProperty

documentProperty

fun documentProperty(key: String, description: String): SchemaBuilder (source)

Provide documentation for a property.

Invoking this method with the same key as a previous invocation will replace the description for that key.

Parameters

key - The configuration property key.

description - The description to associate with the property.

Exceptions

IllegalArgumentException - If the key cannot be parsed.

Return
This builder.