Hi. I use @Autowired to inject properties `@Autow...
# spring
a
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?