alias
argparse.alias
Parameter annotation to change behavior of the annotation API. Annotate a method parameter with this annotation to override some aspects of macro-generated code.
Add aliases to the name of the parameter. This can be especially helpful for
defining short names, e.g. @arg("-s") server: String = ...
.
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any