label

abstract fun label(label: String): ProblemSpec

Declares a short message for this problem.

The label is the main, human-readable representation of the problem. It is a mandatory property to configure when emitting a problem with ProblemReporter.

Return

this

Parameters

label

the short message