1. ac4cdbe Issue 561: fix no_aop build by munging away all aop-related references by mcculls · 14 years ago
  2. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago[Renamed from src/com/google/inject/internal/ConstructionProxy.java]
  3. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  4. 5ae41eb Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package. by limpbizkit · 15 years ago[Renamed (95%) from src/com/google/inject/ConstructionProxy.java]
  5. eb40513 Overdue update to fix the no-AOP build of Guice to compile. by limpbizkit · 15 years ago
  6. a843a95 Simplifying listeners: by limpbizkit · 15 years ago
  7. 4f6274a Removing all ASM and cglib dependencies from the no_aop build of Guice. by limpbizkit · 15 years ago
  8. bf0d876 Removing all references to method interceptors from the non-AOPified Guice. This passes the full Guice test suite (other than the interceptor tests that are removed, and the tests that fail in the normal Guice build). by limpbizkit · 15 years ago
  9. 696c5cd Exposing the effective interceptors in ConstructorBinding by limpbizkit · 16 years ago
  10. a98bc7a Cleaning up some internals for the SPI. by limpbizkit · 16 years ago
  11. 477f9f9 Grand unification of commands and SPI: by limpbizkit · 16 years ago
  12. 185d2a2 Added some new error messages: by limpbizkit · 16 years ago
  13. 009bb09 Moving some stuff from internal to inject to make Parameter.java non-public by limpbizkit · 16 years ago
  14. 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
  15. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ConstructionProxy.java]
  16. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ConstructionProxy.java]
  17. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ConstructionProxy.java]
  18. 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[Renamed (92%) from src/com/google/inject/spi/ConstructionProxy.java]
  19. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  20. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago