For people interested, `@Autowired` constructor is...
# spring
s
For people interested,
@Autowired
constructor is now optional with Spring Framework 4.3 on single constructor classes, see https://github.com/sdeleuze/geospatial-messenger/commit/8c6d1248ed1d8c7a8ac8a988c16882d0aad041e0 for a concrete example
👍 4