Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt233 private val mutablePassThroughAnnotations: MutableSet<String> = mutableSetOf() constant
516 private var passThroughAnnotations = mutablePassThroughAnnotations
755 mutablePassThroughAnnotations.add(path) in parse()