@kashie, there is no source, they are made up examples.
For more information:
http://code.google.com/p/google-guice/wiki/ThrowingProviders
Hi,
Is provider inject the only way to use throwing exception extension? is
there any way likes toProvider()?
Hi,
I am trying to use the CheckedProvider with the instructions in this page.
I think what is missing in the page is how the WorldNewsFeedProvider and
SportsFeedProvider are implemented? (As mentioned by kashie above.) Really
appreciate if the missing part can be filled in, which can be a great help
for any new comers.
Thanks
Hi,
right now it's not clear how a Throwing Provider works. I'm also missing a
complete example. Especially because there is no JavaDoc-comment for the
methode
bind()(http://google-guice.googlecode.com/svn/tags/3.0/javadoc/com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind(java.lang.Class<P>,
java.lang.reflect.Type)).
Having a meaningful JavaDoc in the near future would be great!
Could somebody provide a FULL working source for CheckedProviders, because
I can't make it work with those examples unfortunately... I'm not sure it's
a bug or if I'm doing something wrong. Thanks.