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

Method bindConstant

core/src/com/google/inject/AbstractModule.java:100–102  ·  view source on GitHub ↗

@see Binder#bindConstant()

()

Source from the content-addressed store, hash-verified

98
99 /** @see Binder#bindConstant() */
100 protected AnnotatedConstantBindingBuilder bindConstant() {
101 return binder().bindConstant();
102 }
103
104 /** @see Binder#install(Module) */
105 protected void install(Module module) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
bindConstantMethod · 0.65

Tested by

no test coverage detected