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

Method about

java/dagger/internal/codegen/ValidationReport.java:143–145  ·  view source on GitHub ↗
(T subject)

Source from the content-addressed store, hash-verified

141 }
142
143 static <T extends Element> Builder<T> about(T subject) {
144 return new Builder<>(subject);
145 }
146
147 @CanIgnoreReturnValue
148 static final class Builder<T extends Element> {

Callers 15

testMethod · 0.95
validateMethod · 0.95
validateUncachedMethod · 0.95
validateMethod · 0.95
processMethod · 0.95
validateMethod · 0.95
validateUncachedMethod · 0.95
validateMethod · 0.95
validateConstructorMethod · 0.95
validateFieldMethod · 0.95
validateMethodMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMethod · 0.76