Skip to content

Commit 34287fd

Browse files
committed
Merge pull request #18578 from rhamedy
* pr/18578: Polish "Clarify formatting recommendations for configuration property javadoc" Clarify formatting recommendations for configuration property javadoc Closes gh-18578
2 parents f6d5f77 + f05d790 commit 34287fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7110,6 +7110,8 @@ Make sure that configuration keys are documented by adding field javadoc for eac
71107110
}
71117111
----
71127112

7113+
NOTE: You should only use simple text with `@ConfigurationProperties` field Javadoc, since they are not processed before being added to the JSON.
7114+
71137115
Here are some rules we follow internally to make sure descriptions are consistent:
71147116

71157117
* Do not start the description by "The" or "A".

0 commit comments

Comments
 (0)