Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/auto
/ type
Method
type
factory/src/main/java/com/google/auto/factory/processor/Key.java:40–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
abstract
class
Key {
39
40
abstract Equivalence.Wrapper<TypeMirror> type();
41
42
abstract Optional<Equivalence.Wrapper<AnnotationMirror>> qualifierWrapper();
43
Callers
7
toString
Method · 0.95
addConstructorAndProviderFields
Method · 0.45
addFactoryMethods
Method · 0.45
parameters
Method · 0.45
shouldGenerateCheckNotNull
Method · 0.45
getFactoryTypeVariables
Method · 0.45
getMethodTypeVariables
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected