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

izumi.fundamentals.platform.language.open.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform.language

import scala.annotation.StaticAnnotation

/**
  * A documenting annotation for an intentionally non-final class. In lieu of Scala 3's `open` keyword.
  *
  * @see [[https://dotty.epfl.ch/docs/reference/other-new-features/open-classes.html Open Classes]]
  */
@deprecated("Use `open` keyword directly with -Xsource:3", "Scala 2.13.6")
final class open extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy