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

Remove child injectors from guice #19346

Merged
merged 1 commit into from
Jul 9, 2016
Merged

Commits on Jul 8, 2016

  1. Internal: Remove child injectors from guice

    This change removes the ability for guice to have child injectors (and
    the entire concept of parent injectors) from our fork of guice. The
    methodology for removing was simple: I removed createChildInjector, and
    continued to remove methods and members that were unused until my head
    was spinning. The motivation for this change is to limit what our fork
    of guice gives us access to, so we don't regress and start adding back
    more complicated uses.
    rjernst committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    7e59181 View commit details
    Browse the repository at this point in the history