Commit eddf3be
committed
javadoc: doclint=all,-missing so Lombok @builder value classes pass
Javadoc runs on raw source before Lombok's processor, so it cannot see the
constructor class-level @builder generates and emits a spurious "use of default
constructor, which does not provide a comment" (the doclint `missing` group) for
TrainingParameters. Drop only the `missing` group; reference/html/syntax/
accessibility stay fatal (failOnWarnings remains true), so a broken {@link} or
malformed HTML still fails the build. Keeps the value class pure @builder with
no hand-written all-args constructor.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rt1paYztGJ2AKUuBuAGDXE1 parent 18ed490 commit eddf3be
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
555 | 567 | | |
556 | 568 | | |
557 | 569 | | |
| |||
0 commit comments