1. f530b25 Creating a canonical form for Keys with arrays in them. by limpbizkit · 16 years ago
  2. e4647a6 Serialization fixup round one. I still have lots of work before everything serializes properly... by limpbizkit · 16 years ago
  3. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  4. 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 17 years ago
  5. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  6. b20cc35 oops, add missing file headers. by kevinb9n · 17 years ago
  7. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago
  8. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago
  9. 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
  10. 9d573ed Hid BinderImpl. Redesigned SoureProvider API. by crazyboblee · 17 years ago
  11. bf5b401 unbreak build from last change by kevinb9n · 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. 1b54d6a Made TypeLiteral equals() and hashCode() much more robust. by crazyboblee · 17 years ago
  15. d7908e8 Added a JMX interface to aid debugging. by crazyboblee · 17 years ago
  16. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 17 years ago
  17. 1c4d3e3 Moved name-related logic into a subpackage. by crazyboblee · 17 years ago