Settings
Members list
Type members
Classlikes
Attributes
- Supertypes
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.
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
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
Deprecation.type
Attributes
- Companion
- object
- Supertypes
Attributes
- Supertypes
- Known subtypes
Attributes
- Supertypes
- Known subtypes
-
class ScalaSettingsobject ScalaSettings
Attributes
- Supertypes
Types
List of setting-value pairs that are required for another setting to be valid. For example, s = Setting(..., depends = List(YprofileEnabled -> true))
means that s
requires YprofileEnabled
to be set to true
.
List of setting-value pairs that are required for another setting to be valid. For example, s = Setting(..., depends = List(YprofileEnabled -> true))
means that s
requires YprofileEnabled
to be set to true
.