Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DSubcomponentDeclaration.java71 Element subcomponentAttribute = in forModule() local
76 Optional.of(subcomponentAttribute), in forModule()
DModuleValidator.java245 for (AnnotationValue subcomponentAttribute : in validateReferencedSubcomponents()
247 asType(subcomponentAttribute) in validateReferencedSubcomponents()
256 subcomponentAttribute); in validateReferencedSubcomponents()
273 subcomponentAttribute); in validateReferencedSubcomponents()
303 TypeElement subcomponentAttribute, in validateSubcomponentHasBuilder() argument
306 if (getSubcomponentCreator(subcomponentAttribute).isPresent()) { in validateSubcomponentHasBuilder()
310 moduleSubcomponentsDoesntHaveCreator(subcomponentAttribute, moduleAnnotation), in validateSubcomponentHasBuilder()