scala.annotation.into.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala3-library_sjs1_3 Show documentation
Show all versions of scala3-library_sjs1_3 Show documentation
scala3-library-bootstrappedJS
package scala.annotation
import annotation.experimental
/** An annotation on (part of) a parameter type that allows implicit conversions
* for its arguments. The `into` modifier on parameter types in Scala 3 is
* mapped to this annotation. The annotation is intended to be used directly in
* Scala 2 sources only. For Scala 3, the `into` modifier should be preferred.
*/
@experimental
class into() extends annotation.StaticAnnotation
© 2015 - 2024 Weber Informatics LLC | Privacy Policy