Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectionAnnotations.java37 ImmutableSet<? extends AnnotationMirror> scopeAnnotations = getScopes(e); in getScopeAnnotation() local
38 switch (scopeAnnotations.size()) { in getScopeAnnotation()
42 return Optional.<AnnotationMirror>of(scopeAnnotations.iterator().next()); in getScopeAnnotation()