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

scala.annotation.targetName.scala Maven / Gradle / Ivy

The newest version!
package scala.annotation

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy