Searched refs:componentAnnotation (Results 1 – 2 of 2) sorted by relevance
132 AnnotationSpec.Builder componentAnnotation = AnnotationSpec.builder(Component.class); in generateRootComponent() local134 componentAnnotation.addMember("modules", "$T.class", annotatedElement.asType()); in generateRootComponent()136 rootComponentClassBuilder.addAnnotation(componentAnnotation.build()); in generateRootComponent()
java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...