@Nullable fun description(key: String!): String?
(source)
Get the description for a key.
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.