/dagger2overrides

This project tries to show some alternative approaches to achieve overriden dependency bindings with Dagger 2 as it was possible to do with Dagger 1.

Primary LanguageJavaApache License 2.0Apache-2.0

Dagger 2 Overrides Examples

This project tries to show some alternative approaches to achieve overriden dependency bindings with Dagger 2 as it was possible to do with Dagger 1.

It is a plain Java 8 project with a Gradle configuration. It can be easily compiled using Gradle and it also contains a sample console program on the Application class.

Dagger documentation on testing (http://google.github.io/dagger/testing.html) also contains some examples using separate components that can well be used for other scenarios.

Contributors

License

Copyright (c) 2016 Quadbits SLU

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.