config / org.apache.tuweni.config / Schema / description

description

@Nullable fun description(key: String): String? (source)

Get the description for a key.

Parameters

key - A configuration key (e.g. "server.address.hostname").

Return
A description associated with the key, or null if no description is available.