name

argparse.name
case class name(name: String) extends StaticAnnotation

Parameter annotation to change behavior of the annotation API. Annotate a method parameter with this annotation to override some aspects of macro-generated code.

Override the name of a parameter. The name will be used as-is. Note that in particular this means that you need to specify leading dashes for named parameters.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product