Searched refs:enclosedBuilders (Results 1 – 3 of 3) sorted by relevance
57 import static dagger.internal.codegen.ConfigurationAnnotations.enclosedBuilders;339 ImmutableList<DeclaredType> enclosedBuilders = kind.builderAnnotationType() == null341 : enclosedBuilders(componentDefinitionType, kind.builderAnnotationType());343 Optional.fromNullable(getOnlyElement(enclosedBuilders, null));
50 import static dagger.internal.codegen.ConfigurationAnnotations.enclosedBuilders;143 enclosedBuilders(subject, componentType.builderAnnotationType()); in validate()
195 static ImmutableList<DeclaredType> enclosedBuilders(TypeElement typeElement, in enclosedBuilders() method in ConfigurationAnnotations