What are different types of Autowire types? | Java Springs

There are four different types by which autowiring can be done.
  • byName
  • byType
  • constructor
  • autodetect