All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.annotation.allowConversions.scala Maven / Gradle / Ivy

There is a newer version: 3.6.4-RC1-bin-20241220-0bfa1af-NIGHTLY
Show newest version
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