1. 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 (89%) from src/com/google/inject/MethodAspect.java]
  2. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  3. 5fb9d92 Rewrite of parent injectors. by limpbizkit · 16 years ago
  4. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  5. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  6. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  7. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/MethodAspect.java]
  8. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/MethodAspect.java]
  9. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/MethodAspect.java]
  10. 4f79e40 Renamed query package to macher. by crazyboblee · 17 years ago
  11. 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
  12. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  13. 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 (95%) from src/com/google/inject/intercept/MethodAspect.java]
  14. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  15. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago