Searched refs:retention (Results 1 – 9 of 9) 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.
236 private var retention: AnnotationRetention? = null variable239 retention?.let { return it } in getRetention()245 retention = ClassItem.findRetention(this) in getRetention()246 return retention!! in getRetention()
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()398 fun `Only including class retention annotations in stubs`() { in Only including class retention annotations in stubs()
1587 fun `Annotation retention`() { in Annotation retention()
152 val retention: AnnotationRetention constant505 val retention = cls.getRetention() in nullableAnnotationName() constant506 … 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>()
30 `--copy-annotations`, `--include-source-retention`) for generating SDK
90 hidden, and have class file or runtime retention.