1. 7e6659c Fixing a bug where CGLib + multiple classes with the same FQN = pain by limpbizkit · 16 years ago
  2. 009bb09 Moving some stuff from internal to inject to make Parameter.java non-public 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. adae8cc Removing Objects.nonNull(Object[]) by limpbizkit · 17 years ago
  5. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  6. a312d7a Issue 41: guice should never inject a null value. 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/DefaultConstructionProxyFactory.java]
  8. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/DefaultConstructionProxyFactory.java]
  9. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/DefaultConstructionProxyFactory.java]
  10. 77bf3b2 We now inject bound instances and bound Provider instances. by crazyboblee · 17 years ago
  11. 0b3189c Added support for injecting private constructors and fields. 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/spi/DefaultConstructionProxyFactory.java]
  14. 6b5db11 Modified Guice to use different names for generated classes from stock cglib. by crazyboblee · 17 years ago
  15. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  16. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago