Skip to content

Commit 24c5a37

Browse files
committed
Change Default annotation retention to SOURCE
1 parent ba164f2 commit 24c5a37

File tree

1 file changed

+1
-1
lines changed
  • annotation/src/main/kotlin/com/tobrun/datacompat/annotation

1 file changed

+1
-1
lines changed

annotation/src/main/kotlin/com/tobrun/datacompat/annotation/Default.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ package com.tobrun.datacompat.annotation
1111
* it should be passed here as "\"STRING_VALUE\""; if default [Int] is used, it should be passed
1212
* as "INT_VALUE".
1313
*/
14-
@Retention(AnnotationRetention.RUNTIME)
14+
@Retention(AnnotationRetention.SOURCE)
1515
@Target(AnnotationTarget.VALUE_PARAMETER)
1616
annotation class Default(val valueAsString: String)

0 commit comments

Comments
 (0)