mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Refine @Required Kotlin documentation
Refine @Required Kotlin documentation to use annotation use site targets. Closes gh-28630
This commit is contained in:
@@ -4689,9 +4689,8 @@ example:
|
||||
----
|
||||
class SimpleMovieLister {
|
||||
|
||||
@set:Autowired
|
||||
lateinit var movieFinder: MovieFinder
|
||||
@Required
|
||||
set
|
||||
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user