File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ Operations on an endpoint receive input via their parameters.
483
483
When exposed via the web, the values for these parameters are taken from the URL's query parameters and from the JSON request body.
484
484
When exposed via JMX, the parameters are mapped to the parameters of the MBean's operations.
485
485
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`.
487
487
488
488
Each root property in the JSON request body can be mapped to a parameter of the endpoint.
489
489
Consider the following JSON request body:
You can’t perform that action at this time.
0 commit comments