1. 9867f9c Implement my old patch for issue #366, with some tweaks. This does the by sameb · 9 years ago
  2. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago[Renamed from src/com/google/inject/internal/LookupProcessor.java]
  3. 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 (87%) from src/com/google/inject/LookupProcessor.java]
  4. 7cef5b0 We now fire InjectionListeners on member injectors. by limpbizkit · 15 years ago
  5. 97eac0f Injector.getMembersInjector() and Binder.getMembersInjector() APIs both implemented and tested. by limpbizkit · 15 years ago