Searched refs:getComponentModules (Results 1 – 4 of 4) sorted by relevance
31 import static dagger.internal.codegen.ConfigurationAnnotations.getComponentModules;53 ImmutableList<TypeMirror> moduleTypes = getComponentModules(componentMirror); in validate()
51 import static dagger.internal.codegen.ConfigurationAnnotations.getComponentModules;228 ImmutableList<TypeMirror> moduleTypes = getComponentModules(componentMirror); in validate()257 MoreTypes.asTypeElements(getComponentModules(subcomponentAnnotation.get())); in validateSubcomponentMethod()
59 import static dagger.internal.codegen.ConfigurationAnnotations.getComponentModules;297 for (TypeMirror moduleIncludesType : getComponentModules(componentMirror)) {
70 static ImmutableList<TypeMirror> getComponentModules(AnnotationMirror componentAnnotation) { in getComponentModules() method in ConfigurationAnnotations