1. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  2. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  3. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ProviderToInternalFactoryAdapter.java]
  4. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ProviderToInternalFactoryAdapter.java]
  5. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ProviderToInternalFactoryAdapter.java]
  6. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago[Renamed (89%) from src/com/google/inject/LocatorToInternalFactoryAdapter.java]
  7. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago[Renamed (90%) from src/com/google/inject/FactoryToInternalFactoryAdapter.java]
  8. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  9. a6e7398 Added Binding. The source object now follows the binding all the way through. by crazyboblee · 17 years ago
  10. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  11. 7289ac1 Pulled up some anonymous inner classes. Hopefully the CB will be eligible for garbage collection after startup. I'll have to test this theory later. by crazyboblee · 17 years ago