Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDefaultAnnotationManager.kt59 val passThroughAnnotations: Set<String> = emptySet(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config
321 config.passThroughAnnotations.contains(qualifiedName) || in <lambda>()
338 if (config.passThroughAnnotations.contains(qualifiedName)) { in <lambda>()
DOptions.kt361 passThroughAnnotations = passThroughAnnotations, in <lambda>()
516 private var passThroughAnnotations = mutablePassThroughAnnotations variable