Searched refs:retention (Results 1 – 11 of 11) 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.
176 private var retention: AnnotationRetention? = null variable179 retention?.let { in getRetention()187 retention = ClassItem.findRetention(this) in getRetention()188 return retention!! in getRetention()
80 private var retention: AnnotationRetention? = null in <lambda>() variable118 retention?.let { in <lambda>()126 retention = ClassItem.findRetention(this) in <lambda>()127 return retention!! in <lambda>()
82 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()202 fun `Check including only class retention annotations other than typedefs`() { in Check including only class retention annotations other than typedefs()424 fun `Only including class retention annotations in stubs`() { in Only including class retention annotations in stubs()
1823 fun `Annotation retention`() { in Annotation retention()
489 val retention = cls.getRetention() in <lambda>() constant491 retention == AnnotationRetention.RUNTIME || in <lambda>()492 retention == AnnotationRetention.CLASS || in <lambda>()493 retention == AnnotationRetention.BINARY in <lambda>()
245 private var retention: AnnotationRetention? = null in <lambda>() variable248 retention?.let { in <lambda>()256 retention = ClassItem.findRetention(this) in <lambda>()257 return retention!! in <lambda>()
290 if (runtimeAnnotationsOnly && annotation.retention != AnnotationRetention.RUNTIME) { in <lambda>()
179 val retention: AnnotationRetention in resolve() constant
39 Check java typedef extraction and warning about non-source retention of typedefs[turbine]44 Only including class retention annotations in stubs[turbine]
94 hidden, and have class file or runtime retention.