Home
last modified time | relevance | path

Searched refs:enclosedAnnotatedTypes (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentDescriptorFactory.java28 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;
187 enclosedAnnotatedTypes(typeElement, creatorAnnotation).stream()) in create()
DConfigurationAnnotations.java128 public static ImmutableList<DeclaredType> enclosedAnnotatedTypes( in enclosedAnnotatedTypes() method in ConfigurationAnnotations
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java36 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;
222 .flatMap(annotation -> enclosedAnnotatedTypes(component, annotation).stream()) in validateCreators()