1. 96eeb3a at last! a big start on the Binding EDSL javadoc! by kevinb9n · 17 years ago
  2. 65b6f97 Minor Javadoc changes. by crazyboblee · 17 years ago
  3. 9e13952 Redesigned constant binding API. by crazyboblee · 17 years ago
  4. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  5. 51c39c3 Trying to clean up. by crazyboblee · 17 years ago
  6. 42c8bb2 IntelliJ svn support sucks. by crazyboblee · 17 years ago
  7. 3a971f3 Locked down binder API even more. by crazyboblee · 17 years ago
  8. 015aab3 Renamed eagerly() to asEagerSingleton(). by crazyboblee · 17 years ago
  9. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 17 years ago
  10. b20cc35 oops, add missing file headers. 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
  13. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago
  14. 77bf3b2 We now inject bound instances and bound Provider instances. by crazyboblee · 17 years ago
  15. 589b57d Replace Factory with Provider. Hid Context from public API. by crazyboblee · 17 years ago
  16. 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
  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