Searched refs:builderAnnotationType (Results 1 – 3 of 3) sorted by relevance
115 Class<? extends Annotation> builderAnnotationType() { in builderAnnotationType() method in ComponentDescriptor.Kind339 ImmutableList<DeclaredType> enclosedBuilders = kind.builderAnnotationType() == null341 : enclosedBuilders(componentDefinitionType, kind.builderAnnotationType());
68 Class<? extends Annotation> builderAnnotation = componentType.builderAnnotationType(); in validate()
143 enclosedBuilders(subject, componentType.builderAnnotationType()); in validate()