29

I'm initiating myself to Google Guice.

I have a simple question :

What is the difference between the javax.inject's @Inject annotation and the com.google.inject's @Inject one ?

Thanks.

Naman
  • 27,789
  • 26
  • 218
  • 353
Maoori
  • 293
  • 1
  • 3
  • 4

1 Answers1

19

javax.inject is a specification derived from google's work (and others)

Difference can be found in Google Guice Wiki

brunoais
  • 6,258
  • 8
  • 39
  • 59
Grooveek
  • 10,046
  • 1
  • 27
  • 37