Info

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

Information about the main method

Attributes

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

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

If the method ends with a varargs parameter

If the method ends with a varargs parameter

Attributes

Concrete fields