Question from the Spring test

How to use the @Inject annotation in Spring

Medium

The @Inject annotation

Author: W3D TeamStatus: PublishedQuestion passed 1809 times
Edit
-1
Community Evaluations
developer avatar
Other
Jake
02/01/2024
Inject is not relevant to the Spring Framework. It can be used, yes, but it's rarely used and anyone that is using Spring uses @Autowired almost 100% of the time.