1. c9465f9 I ran emma coverage and deleted some dead code. There's a few things that have insufficient test coverage that we need tests for... 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. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  5. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  6. ddd538d Renamed sanitize to checkForNull. by crazyboblee · 17 years ago
  7. 712705c HUGE refactoring of InjectorImpl. getBinding() now returns synthetic bindings in addition to explicit bindings. No more warnings in InjectorImpl!!! by crazyboblee · 17 years ago
  8. b946ca2 Introducing the idea of a stack of ExternalContexts. by limpbizkit · 17 years ago
  9. 1dabcfd Trying to preserve the getCause() of ProvisionException to be the user's exception by limpbizkit · 17 years ago
  10. c808df0 Now we can inject null wherever the injection point is annotated @Nullable by limpbizkit · 17 years ago
  11. 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 17 years ago