1. 4994bf6 Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) and found a few typos and simplifications by limpbizkit · 16 years ago
  2. 9b89470 I compiled all of our Javadoc examples and fixed some problems. by limpbizkit · 16 years ago
  3. 5fb9d92 Rewrite of parent injectors. by limpbizkit · 16 years ago
  4. ff29552 A new mechanical test suite with 114 tests, trying out various combinations of: by limpbizkit · 16 years ago
  5. 7e1e4f7 New mini EDSL: by limpbizkit · 16 years ago
  6. d1fe130 Combining Binding and BindConstant elements in the SPI. by limpbizkit · 16 years ago
  7. 477f9f9 Grand unification of commands and SPI: by limpbizkit · 16 years ago
  8. 58f3bb8 Axing EarlyRequestProvider and FutureInjector. Now that commands are more tightly coupled with Guice core, we don't need them. by limpbizkit · 16 years ago
  9. 5a72c09 Initial checkin of Sam Berlin's contribution for Module overrides. We still might want a small DSL to replace the single two-argument method. by limpbizkit · 16 years ago
  10. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  11. 5d18743 Adds support for a parent injector that bindings will be chained to if available. by dan.halem · 16 years ago
  12. d9d16a0 Support for Iterable<? extends Module>. by crazyboblee · 17 years ago
  13. b950ad9 Did a bit of javadoc work. Removed pointless package-private method Guice.createEmptyInjector(). by kevinb9n · 17 years ago
  14. c1d0c64 Removed old Javadocs. by crazyboblee · 17 years ago
  15. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  16. 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 17 years ago
  17. b20cc35 oops, add missing file headers. by kevinb9n · 17 years ago
  18. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  19. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/Guice.java]
  20. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/Guice.java]
  21. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/Guice.java]
  22. 0bfdbc6 Removed convenience methods from Container. Broke down BindingBuilder into multiple interfaces to limit which methods can be called at which times. Filled in missing Javadocs. Synced AbstractModule with Binder. Added code to detect optional=true on constructors. Created Struts 2 modules and got that code working again. Modified CreationException to record stack trace. by crazyboblee · 17 years ago
  23. e5073a2 Guice.newContainer() -> createContainer() and overload to allow Stage to be specified. by kevinb9n · 17 years ago
  24. db85d9c ContainerBuilder -> BinderImpl; extract Binder interface; add Guice.newContainer(). by kevinb9n · 17 years ago