Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
test
Method · 0.95
validate
Method · 0.95
validateUncached
Method · 0.95
validate
Method · 0.95
process
Method · 0.95
validate
Method · 0.95
validateUncached
Method · 0.95
validate
Method · 0.95
validateConstructor
Method · 0.95
validateField
Method · 0.95
validateMethod
Method · 0.95
validateMembersInjectionType
Method · 0.95
Calls
no outgoing calls
Tested by
1
test
Method · 0.76