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.
1 parent eb6ef56 commit ba164f2Copy full SHA for ba164f2
annotation/src/main/kotlin/com/tobrun/datacompat/annotation/DataCompat.kt
@@ -7,6 +7,6 @@ package com.tobrun.datacompat.annotation
7
* @param importsForDefaults if any default values require additional imports, they should be passed here.
8
* E.g. `["android.graphics.Color"]`
9
*/
10
-@Retention(AnnotationRetention.RUNTIME)
+@Retention(AnnotationRetention.SOURCE)
11
@Target(AnnotationTarget.CLASS)
12
annotation class DataCompat(val importsForDefaults: Array<String> = [])
0 commit comments