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.
key
- The configuration property key.
description
- The description to associate with the property.
IllegalArgumentException
- If the key cannot be parsed.
Return
This builder.