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