MCPcopy Index your code
hub / github.com/google/dagger / CoffeeShop

Interface CoffeeShop

examples/simple/src/main/java/coffee/CoffeeApp.java:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6public class CoffeeApp {
7 @Singleton
8 @Component(modules = { DripCoffeeModule.class })
9 public interface CoffeeShop {
10 CoffeeMaker maker();
11 }
12
13 public static void main(String[] args) {
14 CoffeeShop coffeeShop = DaggerCoffeeApp_CoffeeShop.builder().build();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected