Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 422950892
  • Loading branch information
bcorso authored and Dagger Team committed Jan 20, 2022
1 parent e8d8721 commit 41baa48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ private ImmutableSet<XAnnotation> getQualifiersForInjectType(XElement element) {

// Fall back to validating all annotations if the ScopeMetadata isn't available.
DaggerSuperficialValidation.strictValidateAnnotationsOf(element);

return ImmutableSet.copyOf(element.getAnnotationsAnnotatedWith(TypeNames.QUALIFIER));
}

Expand Down

0 comments on commit 41baa48

Please sign in to comment.