In my service, I have a protected constructor with @Inject and one of the parameters (provider) @Nullable. Any ideas why I am getting 
com.google.inject.CreationException: Guice creation errors: 1) No implementation for [[service]] was bound.
? Guice is 3.0pre1, @Nullable is ours.
 
    