1.

What are the limitations of autowiring?

Answer»
  • Overriding possibility: DEPENDENCIES are specified USING &LT;constructor-arg> and <property>  settings that override autowiring.
  • DATA types restriction: Primitive data types, Strings, and Classes can’t be autowired.


Discussion

No Comment Found