1. 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 17 years ago
  2. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  3. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago[Renamed (83%) from src/com/google/inject/ContainerScoped.java]
  4. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ContainerScoped.java]
  5. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ContainerScoped.java]
  6. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ContainerScoped.java]
  7. 97b2cac Added @ScopeAnnotation. Added Binder.addError(). Removed Scopes.DEFAULT. We now refer to this as 'no' scope. by crazyboblee · 17 years ago
  8. b1f2e68 Modified scope binding to bind to scope annotations directly. No more strings. by crazyboblee · 17 years ago
  9. f33d23e Refactored scope handling. Allows overriding annotations with in(). Improved error reporting. by crazyboblee · 17 years ago
  10. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  11. 3a09e29 Added servlet scopes. by crazyboblee · 17 years ago
  12. 68d2f4b Reimplemented Scopes as a normal class. by crazyboblee · 17 years ago
  13. baaaf2d Updated scope javadocs. by crazyboblee · 17 years ago
  14. 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