allowConversions

scala.annotation.allowConversions

An annotation on a parameter type that allows implicit conversions for its arguments. Intended for use by Scala 2, to annotate Scala 2 libraries. Scala 3 uses the into modifier on the parameter type instead.

Attributes

Experimental
true
Source
allowConversions.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article