Searched refs:retention (Results 1 – 8 of 8) sorted by relevance
20 (3) Only class retention annotations are interesting for24 (4) We've tweaked the retention of some of the support26 source retention, and here they are class retention.
234 private var retention: AnnotationRetention? = null variable237 retention?.let { return it } in getRetention()243 retention = ClassItem.findRetention(this) in getRetention()244 return retention!! in getRetention()
143 val retention: AnnotationRetention constant527 val retention = cls.getRetention() in nullableAnnotationName() constant528 … if (retention == AnnotationRetention.RUNTIME || retention == AnnotationRetention.CLASS) { in nullableAnnotationName()
522 … if (runtimeAnnotationsOnly && annotation.retention != AnnotationRetention.RUNTIME) { in <lambda>()
371 private var retention: AnnotationRetention? = null in <lambda>() variable374 retention?.let { return it } in <lambda>()380 retention = ClassItem.findRetention(this) in <lambda>()381 return retention!! in <lambda>()
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()
1692 fun `Annotation retention`() { in Annotation retention()
90 hidden, and have class file or runtime retention.