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
-
trait ParameterAnnotationtrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
Members list
In this article