Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java52 public static ImmutableSet<XTypeElement> enclosedAnnotatedTypes( in enclosedAnnotatedTypes() method in ConfigurationAnnotations
DComponentDescriptor.java32 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;
610 enclosedAnnotatedTypes(typeElement, creatorAnnotationsFor(componentAnnotation)); in createUncached()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java34 import static dagger.internal.codegen.binding.ConfigurationAnnotations.enclosedAnnotatedTypes;
226 enclosedAnnotatedTypes(component, creatorAnnotationsFor(componentAnnotation())); in validateCreators()