kotlin.annotation.Retention
Retention
@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
Retention( value: AnnotationRetention = AnnotationRetention.RUNTIME) This meta-annotation determines whether an annotation is sto |