Join Slack
Powered by
Hi. I use @Autowired to inject properties `@Autow...
# spring
a
ashushunov
02/24/2016, 5:27 PM
Hi. I use @Autowired to inject properties
@Autowired var env: Environment? = null
. It works. But I want to use something more appropriate, e.g.
@Autowired val env: Environment;
Is it possible?
2
Views
Open in Slack
Previous
Next