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

scala.annotation.infix.scala Maven / Gradle / Ivy

The newest version!
package scala.annotation

/** A method annotation that suggests that the annotated method should
 *  be used as an infix operator. Infix operations with alphanumeric
 *  operator names require the operator to be annotated with `@infix`.
 */
final class infix extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy