@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Description
Annotation used to write the option or command documentation.
Author
Clement Escoffier
See Also
Summary
Description(value: String)
Annotation used to write the option or command documentation. |
val value: String
The documentation. |