1. 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
  2. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  3. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ProxyFactoryBuilder.java]
  4. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ProxyFactoryBuilder.java]
  5. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ProxyFactoryBuilder.java]
  6. 7173353 Updated remaining Javadocs for query->matcher rename. Reformatted LineNumbers and added Chris's name to it (gotta give credit). Added asm-3.0.jar to IDEA project. by crazyboblee · 17 years ago
  7. 4f79e40 Renamed query package to macher. by crazyboblee · 17 years ago
  8. 33ce069 Renamed Query to Matcher. The name is more intuitive, and hopefully it'll have the pleasant side effect of discouraging the use of regular expression matchers. by crazyboblee · 17 years ago
  9. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  10. 6a565c7 A little javadoc, and trying to get some IntelliJ warnings cleaned by kevinb9n · 17 years ago
  11. 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 (94%) from src/com/google/inject/intercept/ProxyFactoryBuilder.java]
  12. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  13. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago
  14. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  15. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago