Searched defs:subcomponentAnnotation (Results 1 – 3 of 3) sorted by relevance
165 AnnotationSpec.Builder subcomponentAnnotation = AnnotationSpec.builder(TypeNames.SUBCOMPONENT); in subcomponent() local
287 Optional<ComponentAnnotation> subcomponentAnnotation = legalSubcomponentAnnotation(); in validateMethod() local335 private void validateSubcomponentFactoryMethod(ComponentAnnotation subcomponentAnnotation) { in validateSubcomponentFactoryMethod()
159 public static Optional<ComponentAnnotation> subcomponentAnnotation( in subcomponentAnnotation() method in ComponentAnnotation