1. 5ae41eb Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package. by limpbizkit · 15 years ago
  2. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  3. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago[Renamed (96%) from src/com/google/inject/util/Stopwatch.java]
  4. d4d4df3 log timing info at "fine" level 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/util/Stopwatch.java]
  6. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/util/Stopwatch.java]
  7. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/util/Stopwatch.java]
  8. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  9. ef83bd2 Enabled validation of static dependencies. by crazyboblee · 17 years ago[Renamed (71%) from src/com/google/inject/Stopwatch.java]
  10. 9bb6202 Created ContainerCreationException which delivers the error messages to the client. Added performance logging. Validation performance might be a concern. Will keep the design such that we can lazily validate if desired. by crazyboblee · 17 years ago