1. 9fd9fe6 very minor javadoc tweeks by kevinb9n · 17 years ago
  2. c1d0c64 Removed old Javadocs. by crazyboblee · 17 years ago
  3. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  4. 5a33f38 who wants more javadoc? by kevinb9n · 17 years ago
  5. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/Scope.java]
  6. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/Scope.java]
  7. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/Scope.java]
  8. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago
  9. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago
  10. 91c37e3 Removed unused consts. by crazyboblee · 17 years ago
  11. f33d23e Refactored scope handling. Allows overriding annotations with in(). Improved error reporting. by crazyboblee · 17 years ago
  12. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  13. e5fbbb0 Added overloaded methods which accept a name to Container. Re-implemented the built-in scopes as an enum. Added ContainerBuilder.scope(Enum). Added support for custom scope annotations. by crazyboblee · 17 years ago
  14. a6e7398 Added Binding. The source object now follows the binding all the way through. by crazyboblee · 17 years ago
  15. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 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. 7c5b2c4 Refactored ContainerBuilder API. Added support for generic types. by crazyboblee · 18 years ago
  18. 66b415a Initial checkin. by crazyboblee · 18 years ago