alias

scala.annotation.newMain.alias
final class alias(val name: String) extends ParameterAnnotation

Alias name for the parameter.

If the name has one character, then it is a short name (e.g. -i). If the name has more than one characters, then it is a long name (e.g. --input).

Attributes

Experimental
true
Source
newMain.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete fields

val name: String

Attributes

Source
newMain.scala