Is it necessary to use Annotations in Spring? Why and waht is besic purpose behind this use?
Asked
Active
Viewed 65 times
0
-
6Read the manual. Seriously. – JB Nizet May 30 '17 at 06:08
1 Answers
0
it is not rule to use annotations,we can use xml configuration files to inject dependencies and to define beans,but if you don't know how to write xml it is burden on developer to define xml.so,for them annotations is convenient

PAVAN
- 16
- 1