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

scala.annotation.alpha.scala Maven / Gradle / Ivy

The newest version!
package scala.annotation

/** An annotation that defines an external name for a definition.
 *  If an `alpha(extname)` annotation is given for a method or some other
 *  definition, its implementation will use the name `extname` instead of
 *  the regular name. An `alpha` annotation is mandatory for definitions
 *  with symbolic names.
 */
@deprecated("use @targetName instead")
final class alpha(externalName: String) extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy