Searched refs:showAnnotations (Results 1 – 9 of 9) sorted by relevance
1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava …4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?>6 <?cs each:anno = obj.showAnnotations ?>
173 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations() method in MemberInfo
174 return getAnnotationsIntersection(Doclava.showAnnotations, annotations); in getShowAnnotationsIntersection()
438 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
667 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
110 public static Set<String> showAnnotations = new HashSet<String>(); field in Doclava270 showAnnotations.add(a[1]); in start()414 if (!showUnannotated && showAnnotations.isEmpty()) { in start()
1671 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations() method in ClassInfo1687 if (cl.showAnnotations() != null) { in getShowAnnotationsIncludeOuters()1689 for (AnnotationInstanceInfo newAii : cl.showAnnotations()) { in getShowAnnotationsIncludeOuters()
1570 if (Doclava.android && Doclava.showAnnotations.contains("android.annotation.SystemApi")) {
204 each:anno = obj.showAnnotations ?><?cs