File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
spring-context/src/main/java/org/springframework
validation/beanvalidation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
* {@code @Profile} can therefore not be used to select an overloaded method with a
72
72
* particular argument signature over another; resolution between all factory methods
73
73
* for the same bean follows Spring's constructor resolution algorithm at creation time.
74
- * <b>Use distinct Java method names pointing to the same {@link @ Bean#name bean name}
74
+ * <b>Use distinct Java method names pointing to the same {@link Bean#name bean name}
75
75
* if you'd like to define alternative beans with different profile conditions</b>;
76
76
* see {@code ProfileDatabaseConfig} in {@link Configuration @Configuration}'s javadoc.
77
77
*
Original file line number Diff line number Diff line change 75
75
* instead. If you really need programmatic {@code #forExecutables} access, inject this class as
76
76
* a {@link ValidatorFactory} and call {@link #getValidator()} on it, then {@code #forExecutables}
77
77
* on the returned native {@link Validator} reference instead of directly on this class.
78
- * Alternatively, call {@code #unwrap(Validator.class) which will also provide the native object.
78
+ * Alternatively, call {@code #unwrap(Validator.class)} which will also provide the native object.
79
79
*
80
80
* <p>This class is also being used by Spring's MVC configuration namespace, in case of the
81
81
* {@code javax.validation} API being present but no explicit Validator having been configured.
Original file line number Diff line number Diff line change 51
51
* <p>Note that Bean Validation 1.1's {@code #forExecutables} method isn't supported
52
52
* on this adapter: We do not expect that method to be called by application code;
53
53
* consider {@link MethodValidationInterceptor} instead. If you really need programmatic
54
- * {@code #forExecutables} access, call {@code #unwrap(Validator.class) which will
54
+ * {@code #forExecutables} access, call {@code #unwrap(Validator.class)} which will
55
55
* provide the native {@link Validator} object with {@code #forExecutables} support.
56
56
*
57
57
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments