Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java251 XTypeElement subcomponentElement = type.getTypeElement(); in validateReferencedSubcomponents() local
252 if (hasAnyAnnotation(subcomponentElement, SUBCOMPONENT_TYPES)) { in validateReferencedSubcomponents()
253 validateSubcomponentHasBuilder(subject, subcomponentElement, moduleAnnotation, builder); in validateReferencedSubcomponents()
256 hasAnyAnnotation(subcomponentElement, SUBCOMPONENT_CREATOR_TYPES) in validateReferencedSubcomponents()
257 ? moduleSubcomponentsIncludesCreator(subcomponentElement) in validateReferencedSubcomponents()
258 : moduleSubcomponentsIncludesNonSubcomponent(subcomponentElement), in validateReferencedSubcomponents()