Provides a description of a key used for loading configuration values.
- Example:
scala> val apiKey = ConfigKey.env("API_KEY") apiKey: ConfigKey = ConfigKey(environment variable API_KEY) scala> apiKey.description res0: String = environment variable API_KEY- Companion:
- object
class Object
trait Matchable
class Any