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 (93%) from src/com/google/inject/MembersInjectorStore.java]
  2. eb40513 Overdue update to fix the no-AOP build of Guice to compile. by limpbizkit · 15 years ago
  3. ee79246 More listener changes: by limpbizkit · 15 years ago
  4. a843a95 Simplifying listeners: by limpbizkit · 15 years ago
  5. ccb15e4 Fixing a bug reported by James Strachan. The Encounter isn't being invalidated, which is leading to problems since its methods don't work after the hear() method returns. by limpbizkit · 15 years ago
  6. 8d62075 Support deferred lookups of providers and members injectors from the Encounter. by limpbizkit · 15 years ago
  7. 7cef5b0 We now fire InjectionListeners on member injectors. by limpbizkit · 15 years ago