1. f530b25 Creating a canonical form for Keys with arrays in them. by limpbizkit · 16 years ago
  2. d9d16a0 Support for Iterable<? extends Module>. by crazyboblee · 17 years ago
  3. c1d0c64 Removed old Javadocs. 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/main/java/com/google/inject/CreationException.java]
  6. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/CreationException.java]
  7. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/CreationException.java]
  8. 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
  9. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago[Renamed (94%) from src/com/google/inject/ContainerCreationException.java]
  10. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 17 years ago
  11. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  12. 6a565c7 A little javadoc, and trying to get some IntelliJ warnings cleaned by kevinb9n · 17 years ago
  13. 9153228 Updated javadocs. Made Queries.all() take Object insted of T. by crazyboblee · 17 years ago
  14. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  15. e039bac Exposed the error message objects. by crazyboblee · 17 years ago
  16. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  17. 7289ac1 Pulled up some anonymous inner classes. Hopefully the CB will be eligible for garbage collection after startup. I'll have to test this theory later. by crazyboblee · 17 years ago
  18. 9bb6202 Created ContainerCreationException which delivers the error messages to the client. Added performance logging. Validation performance might be a concern. Will keep the design such that we can lazily validate if desired. by crazyboblee · 17 years ago