Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMemberInfo.java177 public ArrayList<AnnotationInstanceInfo> hideAnnotations() { in hideAnnotations() method in MemberInfo
DAnnotationInstanceInfo.java184 return getAnnotationsIntersection(Doclava.hideAnnotations, annotations); in getHideAnnotationsIntersection()
DDoclava.java111 public static Set<String> hideAnnotations = new HashSet<String>(); field in Doclava
271 hideAnnotations.add(a[1]); in start()
DClassInfo.java1679 public ArrayList<AnnotationInstanceInfo> hideAnnotations() { in hideAnnotations() method in ClassInfo