1. 8b23745 Fixing compile problems in r438, rearranging Reflection code by limpbizkit · 16 years ago
  2. 51515b5 Fixing the Provider injection bug, wherein we were using a Provider before it had been itself injected. by limpbizkit · 16 years ago
  3. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  4. ddd538d Renamed sanitize to checkForNull. by crazyboblee · 17 years ago
  5. b946ca2 Introducing the idea of a stack of ExternalContexts. by limpbizkit · 17 years ago
  6. 1dabcfd Trying to preserve the getCause() of ProvisionException to be the user's exception by limpbizkit · 17 years ago
  7. c808df0 Now we can inject null wherever the injection point is annotated @Nullable by limpbizkit · 17 years ago
  8. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 17 years ago
  9. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  10. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/InternalContext.java]
  11. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/InternalContext.java]
  12. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/InternalContext.java]
  13. 225310e note a few un-test-covered todos in the code; remove a few unused methods; add missing test to test suite. by kevinb9n · 17 years ago
  14. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  15. b052dd8 Minor performance enhancements (removed unnecessary object creations). by crazyboblee · 18 years ago
  16. 63b592b Redesigned scopes to enable custom implementations. Renamed DependencyException to ConfigurationException. Cleaned up Container's interface. It now returns a Factory instead of a direct instance so clients don't have to keep passing in the paramters resulting in a map lookup. Added support for injecting Factory<T> where T is any bound type. by crazyboblee · 18 years ago
  17. 07e4182 Added type conversion for constants. Optimized ReferenceCache. by crazyboblee · 18 years ago
  18. 66b415a Initial checkin. by crazyboblee · 18 years ago