1. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  2. 9e13952 Redesigned constant binding API. by crazyboblee · 17 years ago
  3. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 17 years ago
  4. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  5. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/test/java/com/google/inject/ReflectionTest.java]
  6. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/test/com/google/inject/ReflectionTest.java]
  7. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from test/com/google/inject/ReflectionTest.java]
  8. 1fc4978 Extracted interface for Binding. by crazyboblee · 17 years ago
  9. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago
  10. 5c64e9f Fixed bug in toInstance(). It should not set a scope. by crazyboblee · 17 years ago
  11. 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
  12. db85d9c ContainerBuilder -> BinderImpl; extract Binder interface; add Guice.newContainer(). by kevinb9n · 17 years ago
  13. c0c12ea @Binder -> @BindingAnnotation by kevinb9n · 17 years ago
  14. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago
  15. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 17 years ago
  16. 1c4d3e3 Moved name-related logic into a subpackage. by crazyboblee · 17 years ago
  17. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  18. a6e7398 Added Binding. The source object now follows the binding all the way through. by crazyboblee · 17 years ago