scala.annotation.since.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
/** An annotation that is used to mark symbols added to the stdlib after 3.0 release */
private[scala] class since(scalaRelease: String) extends scala.annotation.StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy