jw3 / akka-injects

Dependency Injection for Akka using Guice
Apache License 2.0
3 stars 4 forks source link

Inject to Try[T] #5

Open jw3 opened 8 years ago

jw3 commented 8 years ago

Add additional builder method that would allow what caused the injection to fail to bubble up in a Try.

Currently you can only catch from required, or just get a None from optional.