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

description

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

Get the description for a key.

Parameters

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

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