I just wanted to know whether we can use @value in...
# getting-started
s
I just wanted to know whether we can use @value inside constructor. Ex class
Test(@value(“${some.property.key}”) val someProperty: String)
. Can anyone help