Search code examples
javadependency-injectionguiceinject

What is the difference between javax.inject.Inject and com.google.inject.Inject?


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.


Solution

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

    Difference can be found in Google Guice Wiki