Searched refs:getAllAnnotations (Results 1 – 8 of 8) sorted by relevance
19 import static dagger.internal.codegen.langmodel.DaggerElements.getAllAnnotations;34 return getAllAnnotations(method, IntoSet.class, ElementsIntoSet.class, IntoMap.class); in forElement()
120 public AnnotationMap getAllAnnotations() { // alas, used by at least one module, hence public in getAllAnnotations() method in AnnotatedMember
935 AnnotationMap ann = node.value.getAllAnnotations();
224 Class[] allAnnotations= AnnotationHelper.getAllAnnotations(); in isTestNGClass()
164 ImmutableSetMultimap<ClassSymbol, Symbol> allAnnotations = getAllAnnotations(env, syms); in process()280 private static ImmutableSetMultimap<ClassSymbol, Symbol> getAllAnnotations( in getAllAnnotations() method in Processing
257 public void getAllAnnotations() throws IOException { in getAllAnnotations() method in ProcessingIntegrationTest
187 public static Class[] getAllAnnotations() { in getAllAnnotations() method in AnnotationHelper
214 public static ImmutableSet<AnnotationMirror> getAllAnnotations( in getAllAnnotations() method in DaggerElements