fix: remove repeatable from PatchDeprecated

This commit is contained in:
Sculas 2022-09-08 14:00:15 +02:00
parent 7761d5b85e
commit 6e73631d4d
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -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