1. e148102 @Inject should be @Documented by kevinb9n · 17 years ago
  2. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  3. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  4. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/Inject.java]
  5. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/Inject.java]
  6. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/Inject.java]
  7. 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
  8. 2a7178f new javadoc for @Inject by kevinb9n · 17 years ago
  9. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 17 years ago
  10. 4602a6f Added support for binding to annotations instead of names. by crazyboblee · 17 years ago
  11. 698a6c8 Added support for surrogate injection annotations. by crazyboblee · 17 years ago
  12. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  13. 6ab7e1f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  14. 66b415a Initial checkin. by crazyboblee · 18 years ago