Skip to content

Commit 2547a9e

Browse files
committed
Merge branch '2.4.x'
See gh-24655
2 parents b3278f4 + c014bb9 commit 2547a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Operations on an endpoint receive input via their parameters.
483483
When exposed via the web, the values for these parameters are taken from the URL's query parameters and from the JSON request body.
484484
When exposed via JMX, the parameters are mapped to the parameters of the MBean's operations.
485485
Parameters are required by default.
486-
They can be made optional by annotating them with either `@javax.annotation.Nonnull` or `@org.springframework.lang.Nullable`.
486+
They can be made optional by annotating them with either `@javax.annotation.Nullable` or `@org.springframework.lang.Nullable`.
487487

488488
Each root property in the JSON request body can be mapped to a parameter of the endpoint.
489489
Consider the following JSON request body:

0 commit comments

Comments
 (0)