Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DAndroidEntryPointMetadata.java170 private static ImmutableSet<? extends AnnotationMirror> hiltAnnotations(Element element) { in hiltAnnotations() method in AndroidEntryPointMetadata
178 return !hiltAnnotations(element).isEmpty(); in hasAndroidEntryPointMetadata()
216 ImmutableSet<? extends AnnotationMirror> hiltAnnotations = hiltAnnotations(element); in of() local
218 hiltAnnotations.size() == 1, in of()
222 hiltAnnotations); in of() local
225 MoreTypes.asTypeElement(Iterables.getOnlyElement(hiltAnnotations).getAnnotationType())); in of()