MCPcopy Create free account
hub / github.com/google/guice / getInstanceVisitor

Method getInstanceVisitor

core/src/com/google/inject/spi/Elements.java:166–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 @SuppressWarnings("unchecked")
167 static <T> BindingTargetVisitor<T, T> getInstanceVisitor() {
168 return (BindingTargetVisitor<T, T>) GET_INSTANCE_VISITOR;
169 }
170
171 private static class ModuleInfo {
172 private final ModuleSource moduleSource;

Callers 2

getInstanceMethod · 0.95
visitMethod · 0.95

Calls

no outgoing calls

Tested by 2

getInstanceMethod · 0.76
visitMethod · 0.76