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.
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()185 fun `Check including only class retention annotations other than typedefs`() { in Check including only class retention annotations other than typedefs()393 fun `Only including class retention annotations in stubs`() { in Only including class retention annotations in stubs()
1587 fun `Annotation retention`() { in Annotation retention()
252 private var retention: AnnotationRetention? = null in <lambda>() variable255 retention?.let { return it } in <lambda>()261 retention = ClassItem.findRetention(this) in <lambda>()262 return retention!! in <lambda>()
151 val retention: AnnotationRetention constant477 val retention = cls.getRetention() in nullableAnnotationName() constant478 … if (retention == AnnotationRetention.RUNTIME || retention == AnnotationRetention.CLASS) { in nullableAnnotationName()
471 … if (runtimeAnnotationsOnly && annotation.retention != AnnotationRetention.RUNTIME) { in <lambda>()
385 private var retention: AnnotationRetention? = null in <lambda>() variable388 retention?.let { return it } in <lambda>()394 retention = ClassItem.findRetention(this) in <lambda>()395 return retention!! in <lambda>()
90 hidden, and have class file or runtime retention.