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

Method maker

examples/simple/src/main/java/coffee/CoffeeApp.java:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 @Component(modules = { DripCoffeeModule.class })
9 public interface CoffeeShop {
10 CoffeeMaker maker();
11 }
12
13 public static void main(String[] args) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected