1. 009bb09 Moving some stuff from internal to inject to make Parameter.java non-public by limpbizkit · 16 years ago
  2. 3b1cd58 Large internal change: by limpbizkit · 16 years ago
  3. 916f548 adding first pass of compile-time guice. Also moving stuff to internal to make ConstructionProxy and Reflection classes available there. by limpbizkit · 16 years ago
  4. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  5. d0c4b8b Extended Binding to better support tools. Fixed bug where we were ignoring exceptions during member injection. Added TOOL stage. by crazyboblee · 17 years ago
  6. b946ca2 Introducing the idea of a stack of ExternalContexts. by limpbizkit · 17 years ago
  7. 1dabcfd Trying to preserve the getCause() of ProvisionException to be the user's exception by limpbizkit · 17 years ago
  8. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  9. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 17 years ago
  10. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  11. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ConstructorInjector.java]
  12. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ConstructorInjector.java]
  13. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ConstructorInjector.java]
  14. 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
  15. 9a3861b Cleaned up error handling. Separated ErrorHandler from source tracking. We now point directly to members when appropriate. by crazyboblee · 17 years ago
  16. 4602a6f Added support for binding to annotations instead of names. by crazyboblee · 17 years ago
  17. 698a6c8 Added support for surrogate injection annotations. by crazyboblee · 17 years ago
  18. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 17 years ago
  19. 48d1307 Some work on unchecked warnings. by kevinb9n · 17 years ago
  20. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  21. 6a565c7 A little javadoc, and trying to get some IntelliJ warnings cleaned by kevinb9n · 17 years ago
  22. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 17 years ago
  23. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  24. e039bac Exposed the error message objects. by crazyboblee · 17 years ago
  25. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago