Home
last modified time | relevance | path

Searched defs:annotationMirror (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DScope.java47 private final AnnotationMirror annotationMirror; field in Scope
49 private Scope(@Nullable AnnotationMirror annotationMirror) { in Scope()
DConfigurationAnnotations.java116 AnnotationMirror annotationMirror, String elementName) { in convertClassArrayToListOfTypes()