Searched refs:standardDefs (Results 1 – 3 of 3) sorted by relevance
61 public static Set<AnnotationDef> standardDefs; field in Annotations154 standardDefs = new LinkedHashSet<AnnotationDef>();155 standardDefs.add(adTarget);156 standardDefs.add(adDocumented);157 standardDefs.add(adRetention);
86 for (AnnotationDef ad : Annotations.standardDefs) { in initAdefs()
1609 for (AnnotationDef ad : Annotations.standardDefs) { in IndexFileParser()