MCPcopy
hub / github.com/google/dagger / build

Method build

javatests/dagger/functional/builder/BuilderTest.java:111–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110 interface SharedBuilder<B, C, M1, M2> {
111 C build(); // Test resolving return type of build()
112
113 B setM1(M1 m1); // Test resolving return type & param of setter
114

Callers 15

forGrpcServiceMethod · 0.65
createTypeMethod · 0.65
createTypeMethod · 0.65
createTypeMethod · 0.65
javaFileMethod · 0.65
bindsMethod · 0.65
intoSetMethod · 0.65
providesMethod · 0.65

Implementers 1

SharedBuilderjavatests/dagger/functional/builder/Bu

Calls

no outgoing calls