Google News
logo
Java Springs - Interview Questions
What are the limitations of autowiring?
Overriding possibility : Dependencies are specified using <constructor-arg> and <property>  settings that override autowiring.

Data types restriction : Primitive data types, Strings, and Classes can’t be autowired.
Advertisement