dotty.tools.dotc.config.Settings.Deprecation
See theDeprecation companion object
Class used for deprecating purposes. It contains all necessary information to deprecate given option. Scala Settings are considered deprecated when this object is present at their creation site.
Value parameters
- msg
-
deprecation message that will be displayed in following format: s"Option $name is deprecated: $msg"
- replacedBy
-
option that is substituting current option
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article