Searched refs:isComponentAnnotation (Results 1 – 2 of 2) sorted by relevance
161 public static boolean isComponentAnnotation(AnnotationMirror annotation) { in isComponentAnnotation() method in ComponentAnnotation
28 import static dagger.internal.codegen.base.ComponentAnnotation.isComponentAnnotation;473 if (isComponentAnnotation(annotation)) { in getModules()