E.g. ``` @Provides public FooService fooService() { ... } ``` It won't automatically register the provider for `FooService`
E.g.
It won't automatically register the provider for
FooService