Skip to content

Commit

Permalink
Refine @required Kotlin documentation
Browse files Browse the repository at this point in the history
Refine @required Kotlin documentation to use
annotation use site targets.

Closes gh-28630
  • Loading branch information
sdeleuze committed Jun 17, 2022
1 parent f1c00dd commit 3401359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docs/asciidoc/core/core-beans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4689,9 +4689,8 @@ example:
----
class SimpleMovieLister {
@set:Autowired
lateinit var movieFinder: MovieFinder
@Required
set
// ...
}
Expand Down

0 comments on commit 3401359

Please sign in to comment.