Deprecation

dotty.tools.dotc.config.Settings.Deprecation
See theDeprecation companion object
case class Deprecation(msg: String, replacedBy: Option[String])

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product