Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt75 fun `Check java typedef extraction and warning about non-source retention of typedefs`() { in Check java typedef extraction and warning about non-source retention of typedefs()
187 fun `Check including only class retention annotations other than typedefs`() { in Check including only class retention annotations other than typedefs()
388 fun `Only including class retention annotations in stubs`() { in Only including class retention annotations in stubs()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextClassItem.kt238 private var retention: AnnotationRetention? = null variable
241 retention?.let { return it } in getRetention()
247 retention = ClassItem.findRetention(this) in getRetention()
248 return retention!! in getRetention()
/tools/metalava/
DFORMAT.md90 hidden, and have class file or runtime retention.