We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Default
SOURCE
1 parent ba164f2 commit 24c5a37Copy full SHA for 24c5a37
annotation/src/main/kotlin/com/tobrun/datacompat/annotation/Default.kt
@@ -11,6 +11,6 @@ package com.tobrun.datacompat.annotation
11
* it should be passed here as "\"STRING_VALUE\""; if default [Int] is used, it should be passed
12
* as "INT_VALUE".
13
*/
14
-@Retention(AnnotationRetention.RUNTIME)
+@Retention(AnnotationRetention.SOURCE)
15
@Target(AnnotationTarget.VALUE_PARAMETER)
16
annotation class Default(val valueAsString: String)
0 commit comments