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

class Object
trait Matchable
class Any

Value members

Concrete methods

If the method ends with a varargs parameter

If the method ends with a varargs parameter

Concrete fields