newMain

scala.annotation.newMain
See thenewMain companion class
object newMain

Attributes

Companion
class
Experimental
true
Source
newMain.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
newMain.type

Members list

Type members

Experimental classlikes

final class alias(val name: String) extends ParameterAnnotation

Alias name for the parameter.

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
Supertypes
class Annotation
class Object
trait Matchable
class Any
Show all