Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java153 Collection<String> allowedAnnotations, in getAnnotationsIntersection() argument
156 java.util.Objects.requireNonNull(allowedAnnotations); in getAnnotationsIntersection()
159 if (allowedAnnotations.contains(info.type().qualifiedName())) { in getAnnotationsIntersection()