Skip to content

Commit 78cdd41

Browse files
committed
Merge branch '3.5.x' into 4.0.x
Closes gh-50613
2 parents 170c52f + 351a826 commit 78cdd41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[io.validation]]
22
= Validation
33

4-
The method validation feature supported by Bean Validation 1.1 is automatically enabled as long as a JSR-303 implementation (such as Hibernate validator) is on the classpath.
4+
The method validation feature supported by Bean Validation 1.1 is automatically enabled as long as a JSR-303 implementation (such as Hibernate Validator, typically provided by `spring-boot-starter-validation`) is on the classpath.
55
This lets bean methods be annotated with `jakarta.validation` constraints on their parameters and/or on their return value.
66
Target classes with such annotated methods need to be annotated with the javadoc:org.springframework.validation.annotation.Validated[format=annotation] annotation at the type level for their methods to be searched for inline constraint annotations.
77

0 commit comments

Comments
 (0)