@Incubating public interface ProblemBuilderDefiningDocumentation
Problem
instance builder requiring the specification of documentation.Modifier and Type | Method | Description |
---|---|---|
ProblemBuilderDefiningLocation |
documentedAt(DocLink doc) |
Declares the documentation for this problem.
|
ProblemBuilderDefiningLocation |
undocumented() |
Marks this problem as undocumented
|
ProblemBuilderDefiningLocation documentedAt(DocLink doc)
ProblemBuilderDefiningLocation undocumented()