Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt46 val annotationText = annotationSource.replace("@", "") in matches() constant
47 val wrapper = AnnotationFilterEntry.fromSource(annotationText) in matches()