You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSR-330 standardizes annotations like @Inject and the Provider interfaces for Java platforms. It doesn't currently specify how applications are configured, so it has no analog to Guice's modules.
Guice implements a complete JSR-330 injector. This table summarizes the JSR-330 types and their Guice equivalents.
......
Best Practices
Prefer JSR-330's annotations and Provider interface.
The text was updated successfully, but these errors were encountered:
Below is an excerpt from the Guice wiki.
JSR-330 Integration
New in Guice 3.0
JSR-330 standardizes annotations like @Inject and the Provider interfaces for Java platforms. It doesn't currently specify how applications are configured, so it has no analog to Guice's modules.
Guice implements a complete JSR-330 injector. This table summarizes the JSR-330 types and their Guice equivalents.
......
Best Practices
Prefer JSR-330's annotations and Provider interface.
The text was updated successfully, but these errors were encountered: