1. 5ae41eb Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package. by limpbizkit · 15 years ago[Renamed (83%) from src/com/google/inject/Lookups.java]
  2. 8d62075 Support deferred lookups of providers and members injectors from the Encounter. by limpbizkit · 15 years ago