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

Method getScopeAnnotation

core/src/com/google/inject/internal/Scoping.java:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 @Override
101 public Class<? extends Annotation> getScopeAnnotation() {
102 return Singleton.class;
103 }
104
105 @Override
106 public String toString() {

Callers 3

equalsMethod · 0.95
hashCodeMethod · 0.95
makeInjectableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected