Searched refs:getScopes (Results 1 – 6 of 6) sorted by relevance
37 ImmutableSet<? extends AnnotationMirror> scopeAnnotations = getScopes(e); in getScopeAnnotation()67 static ImmutableSet<? extends AnnotationMirror> getScopes(Element element) { in getScopes() method in InjectionAnnotations
41 import static dagger.internal.codegen.InjectionAnnotations.getScopes;103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate()
137 public Map<Class<? extends Annotation>, Scope> getScopes() {208 Map<Class<? extends Annotation>, Scope> getScopes(); in getScopes() method
190 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in InheritingState
907 return ImmutableMap.copyOf(state.getScopes());
524 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in WeakKeySetTest.TestState