Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 1, 2017 15:37
Show Gist options
  • Save larkintuckerllc/9267e15b423325dddce2f1334b347be8 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/9267e15b423325dddce2f1334b347be8 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 3 - 8
...
@Module
public class AuthModule {
@Provides
@AuthScope
static public Credentials provideCredentials(Greeting greeting) {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment