@Inject is the JSR-330 standard, right? I prefer that over @Autowired to remove spring dependency in code; @Autowired was created by Spring and influenced the JSR, and they did a pretty good at getting DI right for the rest of us.
On Wed, Apr 20, 2011 at 8:01 AM, Dave Newton <davelnew...@gmail.com> wrote: > If you're using Spring as anything other than a DI framework, yes. If not, > depends. > > Dave > On Apr 20, 2011 8:55 AM, "M. Rakowski" <matth...@rakowski.biz> wrote: >