Home
last modified time | relevance | path

Searched refs:subcomponentAttribute (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DSubcomponentDeclaration.java73 Element subcomponentAttribute = in forModule() local
78 Optional.of(subcomponentAttribute), in forModule()
/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java261 for (AnnotationValue subcomponentAttribute : in validateReferencedSubcomponents()
263 asType(subcomponentAttribute) in validateReferencedSubcomponents()
272 subcomponentAttribute); in validateReferencedSubcomponents()
289 subcomponentAttribute); in validateReferencedSubcomponents()
319 TypeElement subcomponentAttribute, in validateSubcomponentHasBuilder() argument
322 if (getSubcomponentCreator(subcomponentAttribute).isPresent()) { in validateSubcomponentHasBuilder()
326 moduleSubcomponentsDoesntHaveCreator(subcomponentAttribute, moduleAnnotation), in validateSubcomponentHasBuilder()