Commit e28b562
authored
Wires up Track H1 from the v1.6.5→1.7 readiness taskboard. 26 public
types in the canonical user-reached packages now carry class-level
@SInCE 1.0.0 Javadoc tags so callers see the introduction version at
IDE quick-doc / generated Javadoc time without trawling CHANGELOG
history.
Files updated (class-level @SInCE 1.0.0):
com.demcha.compose.GraphCompose
com.demcha.compose.document.api.DocumentSession
com.demcha.compose.document.api.DocumentPageSize
com.demcha.compose.document.api.PageBackgroundFill
com.demcha.compose.document.dsl.DocumentDsl
com.demcha.compose.document.dsl.RichText
com.demcha.compose.document.dsl.Transformable
com.demcha.compose.document.dsl.{19 *Builder.java}
Baseline @SInCE 1.0.0 is the pragmatic choice: these are foundational
types that have shipped since the first GraphCompose release and
predate the CHANGELOG history that could pin a more specific version.
New public types added in subsequent PRs should use the upcoming
release version (e.g. @SInCE 1.6.6).
New guard: PublicApiSinceTagCoverageTest source-scans the three
entry-point roots (GraphCompose.java, document.api/, document.dsl/)
and fails the build if a new public top-level type lands without a
class-level @SInCE tag. internal/ sub-packages are excluded by
convention — InternalAnnotationCoverageTest covers those.
Method-level @SInCE backfill for the ~380 public methods in these
packages is intentionally out of scope; method @SInCE is now policy
for ALL new public methods (the senior-review skill enforces this on
new code) but retrofitting the existing surface is its own task.
Verification:
- ./mvnw -B -ntp test -pl . -Dtest=PublicApiSinceTagCoverageTest
-> 1 test, 0 failures (guard green against current state)
- ./mvnw -B -ntp test -pl .
-> full suite green, no regression from the bulk Javadoc edits
CHANGELOG entry added to v1.6.6 — Planned ### Build section.
1 parent f4b16db commit e28b562
28 files changed
Lines changed: 165 additions & 0 deletions
File tree
- src
- main/java/com/demcha/compose
- document
- api
- dsl
- test/java/com/demcha/documentation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
24 | 37 | | |
25 | 38 | | |
26 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments