MCPcopy Create free account
hub / github.com/comunes/kune / s

Method s

src/main/java/cc/kune/core/client/ExtendedGinModule.java:52–54  ·  view source on GitHub ↗

S. @param type the type

(final Class<?> type)

Source from the content-addressed store, hash-verified

50 * the type
51 */
52 protected void s(final Class<?> type) {
53 bind(type).in(Singleton.class);
54 }
55
56 /**
57 * S.

Callers 13

configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls 2

inMethod · 0.80
toMethod · 0.65

Tested by

no test coverage detected