Skip to content

Commit 724700d

Browse files
committed
Polishing
1 parent 83ba7e6 commit 724700d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

framework-docs/modules/ROOT/pages/languages/kotlin/annotations.adoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ that a bean of type `Toy` must be registered in the application context, while a
1919
type `Car` may or may not exist. The same behavior applies to autowired constructor parameters.
2020

2121
NOTE: If you use bean validation on classes with properties or a primary constructor
22-
parameters, you may need to use
22+
with parameters, you may need to use
2323
{kotlin-docs}/annotations.html#annotation-use-site-targets[annotation use-site targets],
2424
such as `@field:NotNull` or `@get:Size(min=5, max=15)`, as described in
2525
{stackoverflow-site}/a/35853200/1092077[this Stack Overflow response].
2626

27-
28-
29-

0 commit comments

Comments
 (0)