Hello.
In my application @Autowired works but @Inject doesn't.
What could be the reasons for that?
(@Inject is being recognised as a legal annotation. Dependencies were retrieved by maven).
I use spring 3.0.0.RELEASE and javax.inject version 1 (in the pom.xml).
Does it have anything to do with scope? Does JSR-330 have different scope than Spring?
I would appreciate a simple and straight forward solution.
Thanks in advance.


Reply With Quote