Searched refs:enclosedAnnotatedTypes (Results 1 – 3 of 3) sorted by relevance
28 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;187 enclosedAnnotatedTypes(typeElement, creatorAnnotation).stream()) in create()
128 public static ImmutableList<DeclaredType> enclosedAnnotatedTypes( in enclosedAnnotatedTypes() method in ConfigurationAnnotations
36 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;222 .flatMap(annotation -> enclosedAnnotatedTypes(component, annotation).stream()) in validateCreators()