MCPcopy Index your code
hub / github.com/google/guice / bindConstant

Method bindConstant

core/src/com/google/inject/PrivateModule.java:168–170  ·  view source on GitHub ↗

@see Binder#bindConstant()

()

Source from the content-addressed store, hash-verified

166
167 /** @see Binder#bindConstant() */
168 protected final AnnotatedConstantBindingBuilder bindConstant() {
169 return binder().bindConstant();
170 }
171
172 /** @see Binder#install(Module) */
173 protected final void install(Module module) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
bindConstantMethod · 0.65

Tested by

no test coverage detected