name
argparse.name
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 Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any