1. d172726 Rolling back r432 by dan.halem · 16 years ago
  2. 66d900f Add installAsSubModule to Binder and everything that goes with it. This is a solution to the robot arms/legs problem and builds on the earlier parent injector work. by dan.halem · 16 years ago
  3. 7c9d779 Added support for custom type converters. by crazyboblee · 17 years ago
  4. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  5. 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 17 years ago
  6. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  7. 9e13952 Redesigned constant binding API. by crazyboblee · 17 years ago
  8. 3a971f3 Locked down binder API even more. by crazyboblee · 17 years ago
  9. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 17 years ago
  10. 0af85cf Issue 30: Binder.addError(Throwable); a little associated cleanup by kevinb9n · 17 years ago
  11. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  12. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/AbstractModule.java]
  13. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/AbstractModule.java]
  14. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/AbstractModule.java]
  15. 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
  16. 9d573ed Hid BinderImpl. Redesigned SoureProvider API. by crazyboblee · 17 years ago
  17. 5cbf55c extract interfaces for the sub-binders into a subpackage to keep them from being highly visible in the main javadoc. by kevinb9n · 17 years ago
  18. db85d9c ContainerBuilder -> BinderImpl; extract Binder interface; add Guice.newContainer(). by kevinb9n · 17 years ago
  19. 9a3861b Cleaned up error handling. Separated ErrorHandler from source tracking. We now point directly to members when appropriate. by crazyboblee · 17 years ago
  20. db395b2 Add AbstractModule.intercept(). Hid Key.ofType() methods. Added support for injecting factories. by crazyboblee · 17 years ago
  21. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 17 years ago
  22. b1f2e68 Modified scope binding to bind to scope annotations directly. No more strings. by crazyboblee · 17 years ago
  23. 1c4d3e3 Moved name-related logic into a subpackage. by crazyboblee · 17 years ago
  24. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  25. fddb686 Renamed put() to scope(). by crazyboblee · 17 years ago
  26. e5fbbb0 Added overloaded methods which accept a name to Container. Re-implemented the built-in scopes as an enum. Added ContainerBuilder.scope(Enum). Added support for custom scope annotations. by crazyboblee · 17 years ago
  27. a379601 Removed old Javadocs. by crazyboblee · 17 years ago
  28. c2fcc43 Added builder() to AbstractFactory. by crazyboblee · 17 years ago
  29. 9592a91 Moved Query, etc., to intercept package. by crazyboblee · 17 years ago
  30. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  31. 0baa9fc Updated Javadocs. Renamed TypeToken to TypeLiteral. Hid ConfigurationException from the public API. by crazyboblee · 17 years ago
  32. 235d068 Further improved the up front error reporting. Hid ErrorMessage and source() logic from the public API for the time being. Removed javadocs. by crazyboblee · 17 years ago
  33. 4727ee2 Added support for up front error handling. More work remains. by crazyboblee · 17 years ago
  34. 4776db7 Renamed injectStatics() to requestStaticInjection(). by crazyboblee · 17 years ago
  35. dac4991 Updated Javadocs. by crazyboblee · 17 years ago
  36. 041e933 Renamed performance test. Introduced AbstractModule to support more concise configuration code. by crazyboblee · 17 years ago