vertx / io.vertx.core.cli.annotations / Summary

Summary

@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Summary

Annotates a io.vertx.core.cli.CLI with summary. The summary is the main short explanation of the command. Long description should be written in the Description.

Author
Clement Escoffier

Constructors

<init>

Summary(value: String)

Annotates a io.vertx.core.cli.CLI with summary. The summary is the main short explanation of the command. Long description should be written in the Description.

Properties

value

val value: String

The summary. This should be a single sentence describing what the command does.