Parameter

scala.annotation.MainAnnotation$.Parameter

Information about a parameter of a main method

Attributes

annotations

The annotations of the parameter that extend ParameterAnnotation

documentation

The documentation of the parameter (from @param documentation in the main method)

hasDefault

If the parameter has a default argument

isVarargs

If the parameter is a varargs parameter (can only be true for the last parameter)

name

The name of the parameter

typeName

The name of the parameter's type

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view