View Poll Results: Which Dependency Injection annotation do you favor?

Voters
132. You may not vote on this poll
  • @Inject

    30 22.73%
  • @Autowired

    85 64.39%
  • I don't use either.

    17 12.88%
Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Which Dependency Injection annotation do you favor?

  1. #21

    Default

    1. none, prefer xml
    2. @Resource

  2. #22
    Join Date
    Aug 2011
    Posts
    3

    Default

    @autowired

  3. #23
    Join Date
    Jul 2011
    Posts
    1

    Default

    @Autowired..But its not recommended to use @Autowired as well.

  4. #24
    Join Date
    Sep 2011
    Posts
    8

    Default

    I use @AutoWire and runnning test case

    Could someone shed light on this ?

    http://forum.springsource.org/showth...-loading-beans

    Thanks
    Gowtham

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •