Skip to content

Instantly share code, notes, and snippets.

@ebinjoy999
Created October 13, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebinjoy999/d0c192ba7ed25e659f5a7f99d03083c4 to your computer and use it in GitHub Desktop.
Save ebinjoy999/d0c192ba7ed25e659f5a7f99d03083c4 to your computer and use it in GitHub Desktop.
@Module
public class DhabaModule {
@VegFriedRice
@Provides
FriedRice getVegFriedRice(){
return new FriedRice(FriedRice.VEG_FRIED_RICE);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment