
scala.annotation.internal.preview.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
package internal
/** An annotation that can be used to mark a definition as preview.
*
* @see [[https://dotty.epfl.ch/docs/reference/other-new-features/preview-defs]]
* @syntax markdown
*/
private[scala] final class preview(message: String) extends StaticAnnotation:
def this() = this("")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy