@Nullable fun description(key: String): String?
Get the description for a key.
key - A configuration key (e.g. "server.address.hostname").
key
"server.address.hostname"
Return A description associated with the key, or null if no description is available.