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

Class Injectable

core/test/com/google/inject/BinderTestSuite.java:858–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856 }
857
858 static class Injectable {
859 Object value = new Object();
860 Provider<?> provider = Providers.of(new Object());
861 }
862
863 private static String shortNamed(Named named) {
864 return named.toString().replace("com.google.inject.name.", "");

Callers

nothing calls this directly

Calls 1

ofMethod · 0.95

Tested by

no test coverage detected