Retention
This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.
Constructors
<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
value
necessary annotation retention (RUNTIME, BINARY or SOURCE)
val value: AnnotationRetention