Info

scala.annotation.MainAnnotation.Info
final class Info(val name: String, val documentation: String, val parameters: Seq[Parameter])

Information about the main method

Value parameters

documentation

The documentation of the main method without the @param documentation (see Parameter.documentaion)

name

The name of the main method

parameters

Information about the parameters of the main method

Attributes

Experimental
true
Source
MainAnnotation.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

If the method ends with a varargs parameter

If the method ends with a varargs parameter

Attributes

Source
MainAnnotation.scala

Concrete fields

Attributes

Source
MainAnnotation.scala
val name: String

Attributes

Source
MainAnnotation.scala

Attributes

Source
MainAnnotation.scala