Searched defs:subcomponentAnnotation (Results 1 – 3 of 3) sorted by relevance
273 Optional<AnnotationMirror> subcomponentAnnotation = subcomponentAnnotation(); in validateMethod() local300 private Optional<AnnotationMirror> subcomponentAnnotation() { in subcomponentAnnotation() method in ComponentValidator.ElementValidator.ComponentMethodValidator316 private void validateSubcomponentFactoryMethod(AnnotationMirror subcomponentAnnotation) { in validateSubcomponentFactoryMethod()
171 AnnotationSpec.Builder subcomponentAnnotation = AnnotationSpec.builder(Subcomponent.class); in subcomponent() local
143 public static Optional<ComponentAnnotation> subcomponentAnnotation(TypeElement typeElement) { in subcomponentAnnotation() method in ComponentAnnotation