1. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  2. b7a02b0 by sberlin · 13 years ago
  3. ba8a4cd add more tests for @CheckedProvides methods, fix bug exposed with @Exposed methods, cleanup class names & javadoc. by sberlin@gmail.com · 14 years ago
  4. 488284d deprecated ThrowingProvider in favor of CheckedProvider, which lets you specify more than one exception type. remove tentative @ThrowingProvides in favor of @CheckedProvides. add tests. by sberlin · 14 years ago[Renamed (87%) from extensions/throwingproviders/src/com/google/inject/throwingproviders/ThrowingProvides.java]
  5. ee446ca update ThrowingProvider to support an @ThrowingProvides annotation, much like @Provides. update the internals of the class to give more explicit error messaging & use bind.addError instead of throwing exceptions. added lots & lots of tests. by sberlin · 14 years ago