Join Slack
Powered by
lateinit is not allowed in custom setters. How wou...
# announcements
n
nadavc
01/01/2016, 9:04 PM
lateinit is not allowed in custom setters. How would you perform the following in an idiomatic way?
Copy code
lateinit var sampleService: SampleService @Autowired set(value) { field = value }
Open in Slack
Previous
Next