Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Guice with JSR-330 where possible #192

Open
futurely opened this issue Feb 1, 2015 · 1 comment
Open

Replace Guice with JSR-330 where possible #192

futurely opened this issue Feb 1, 2015 · 1 comment

Comments

@futurely
Copy link

futurely commented Feb 1, 2015

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.

@NiteshKant
Copy link
Contributor

\cc @elandau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants