Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt56 return inclusionExpressions.any { includedAnnotation -> in matches() method
57 annotationsMatch(includedAnnotation, annotation) in matches()