1. 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
  2. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 17 years ago
  3. 5d18743 Adds support for a parent injector that bindings will be chained to if available. by dan.halem · 17 years ago
  4. d9d16a0 Support for Iterable<? extends Module>. by crazyboblee · 17 years ago
  5. b950ad9 Did a bit of javadoc work. Removed pointless package-private method Guice.createEmptyInjector(). by kevinb9n · 18 years ago
  6. c1d0c64 Removed old Javadocs. by crazyboblee · 18 years ago
  7. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 18 years ago
  8. 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 18 years ago
  9. b20cc35 oops, add missing file headers. by kevinb9n · 18 years ago
  10. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 18 years ago
  11. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 18 years ago[Renamed from src/main/java/com/google/inject/Guice.java]
  12. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 18 years ago[Renamed from src/main/com/google/inject/Guice.java]
  13. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 18 years ago[Renamed from src/com/google/inject/Guice.java]
  14. 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 · 18 years ago
  15. e5073a2 Guice.newContainer() -> createContainer() and overload to allow Stage to be specified. by kevinb9n · 18 years ago
  16. db85d9c ContainerBuilder -> BinderImpl; extract Binder interface; add Guice.newContainer(). by kevinb9n · 18 years ago