Perhaps I'm not best placed to answer this ...just...
# dagger
d
Perhaps I'm not best placed to answer this ...just combed the docs and haven't used this annotation. Although it sounds like Dagger has its own Optional impl dep so you can avoid pulling in a third party lib for that which makes sense;
You can inject either com.google.common.base.Optional or java.util.Optional.
👍 1