Searched refs:hiltAnnotations (Results 1 – 1 of 1) sorted by relevance
170 private static ImmutableSet<? extends AnnotationMirror> hiltAnnotations(Element element) { in hiltAnnotations() method in AndroidEntryPointMetadata178 return !hiltAnnotations(element).isEmpty(); in hasAndroidEntryPointMetadata()216 ImmutableSet<? extends AnnotationMirror> hiltAnnotations = hiltAnnotations(element); in of() local218 hiltAnnotations.size() == 1, in of()222 hiltAnnotations); in of() local225 MoreTypes.asTypeElement(Iterables.getOnlyElement(hiltAnnotations).getAnnotationType())); in of()