scala.annotation.allowConversions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala3-library_3 Show documentation
Show all versions of scala3-library_3 Show documentation
scala3-library-bootstrapped
package scala.annotation
import annotation.experimental
/** 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.
*/
@experimental
class allowConversions extends scala.annotation.StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy