@Incubating public interface ProblemBuilderDefiningLabel
Problem
instance builder requiring the specification of the problem description.Modifier and Type | Method | Description |
---|---|---|
ProblemBuilderDefiningDocumentation |
label(java.lang.String label,
java.lang.Object... args) |
Declares a short message for this problem.
|
ProblemBuilderDefiningDocumentation label(java.lang.String label, java.lang.Object... args)
label
- the short messageargs
- the arguments for formatting the label with String.format(String, Object...)