Home
last modified time | relevance | path

Searched refs:getScopes (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectionAnnotations.java37 ImmutableSet<? extends AnnotationMirror> scopeAnnotations = getScopes(e); in getScopeAnnotation()
67 static ImmutableSet<? extends AnnotationMirror> getScopes(Element element) { in getScopes() method in InjectionAnnotations
DInjectConstructorValidator.java41 import static dagger.internal.codegen.InjectionAnnotations.getScopes;
103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate()
/external/guice/core/src/com/google/inject/internal/
DState.java137 public Map<Class<? extends Annotation>, Scope> getScopes() {
208 Map<Class<? extends Annotation>, Scope> getScopes(); in getScopes() method
DInheritingState.java190 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in InheritingState
DInjectorImpl.java907 return ImmutableMap.copyOf(state.getScopes());
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java524 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in WeakKeySetTest.TestState