Retention
 Platform and version requirements: JVM (1.0), JS (1.1), Native (1.3) 
@Target([AnnotationTarget.ANNOTATION_CLASS]) annotation class Retention
This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.
Constructors
Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)  
 
 <init>
This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.
<init>( value: AnnotationRetention = AnnotationRetention.RUNTIME)
Properties
Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)  
 
 value
necessary annotation retention (RUNTIME, BINARY or SOURCE)
val value: AnnotationRetention
    © 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
    https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-retention/index.html