W3cubDocs

/Scala 3.2

Class 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

Supertypes

Concrete methods

Source

If the method ends with a varargs parameter

Concrete fields

Source

Source
val name: String

Source

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/annotation/MainAnnotation$$Info.html