Skip to content

Commit

Permalink
fix: remove repeatable from PatchDeprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Sep 8, 2022
1 parent 7761d5b commit 6e73631
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -12,7 +12,6 @@ import kotlin.reflect.KClass
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@Repeatable
annotation class PatchDeprecated(
val reason: String,
val replacement: KClass<out Patch<Data>> = Patch::class
Expand Down

0 comments on commit 6e73631

Please sign in to comment.