Searched refs:retention (Results 1 – 3 of 3) sorted by relevance
75 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()
238 private var retention: AnnotationRetention? = null variable241 retention?.let { return it } in getRetention()247 retention = ClassItem.findRetention(this) in getRetention()248 return retention!! in getRetention()
90 hidden, and have class file or runtime retention.