Retention

@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
annotation class Retention(val value: AnnotationRetention = AnnotationRetention.RUNTIME)

This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.

@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
annotation class Retention(val value: AnnotationRetention = AnnotationRetention.RUNTIME)

This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.

@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
annotation class Retention(val value: AnnotationRetention = AnnotationRetention.RUNTIME)

This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.

@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
annotation class Retention(val value: AnnotationRetention = AnnotationRetention.RUNTIME)

This meta-annotation determines whether an annotation is stored in binary output and visible for reflection. By default, both are true.

Constructors

Link copied to clipboard
fun Retention(value: AnnotationRetention = AnnotationRetention.RUNTIME)
fun Retention(value: AnnotationRetention = AnnotationRetention.RUNTIME)
fun Retention(value: AnnotationRetention = AnnotationRetention.RUNTIME)
fun Retention(value: AnnotationRetention = AnnotationRetention.RUNTIME)

Properties

Link copied to clipboard

necessary annotation retention (RUNTIME, BINARY or SOURCE)

necessary annotation retention (RUNTIME, BINARY or SOURCE)

necessary annotation retention (RUNTIME, BINARY or SOURCE)

necessary annotation retention (RUNTIME, BINARY or SOURCE)