Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/architecture.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
starksm64 and Ladicek authored Nov 30, 2023
1 parent 32f9e4e commit 88c13db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ This specification allows any bean to be assigned a name. Thus, a Jakarta Server

Jakarta Validation provides a unified way of declaring and defining constraints on an object model, defines a runtime engine to validate objects and provides method validation.

The Jakarta Validation specification defines beans for Validation managed objects including `Validator` and `ValidatorFactory`.
A number of Validation managed instances, including `ConstraintValidator` s can take advantage of dependency injection.
Validation also provides support for method parameter validation on any bean.
The Jakarta Validation specification defines beans for certain managed objects, including `Validator` and `ValidatorFactory`.
A number of Jakarta Validation managed instances, including ``ConstraintValidator``s, can take advantage of dependency injection.
Jakarta Validation also provides support for method parameter validation on any bean.

=== Introductory examples

Expand Down

0 comments on commit 88c13db

Please sign in to comment.