Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentValidator.java167 checkForAnnotation(returnType, Subcomponent.class); in validate()
169 checkForAnnotation(returnType, Subcomponent.Builder.class); in validate()
331 private Optional<AnnotationMirror> checkForAnnotation(TypeMirror type, in checkForAnnotation() method in ComponentValidator