提交 333ec740 编写于 作者: S Stephane Nicoll

Fix typo

Issue: SPR-17042
上级 f6fdffd6
......@@ -1554,7 +1554,7 @@ Each Bean Validation constraint consists of two parts. First, a `@Constraint` an
that declares the constraint and its configurable properties. Second, an implementation
of the `javax.validation.ConstraintValidator` interface that implements the constraint's
behavior. To associate a declaration with an implementation, each `@Constraint` annotation
references a corresponding ValidationConstraint implementation class. At runtime, a
references a corresponding `ConstraintValidator` implementation class. At runtime, a
`ConstraintValidatorFactory` instantiates the referenced implementation when the
constraint annotation is encountered in your domain model.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册