mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
fix: remove repeatable from PatchDeprecated
This commit is contained in:
parent
7761d5b85e
commit
6e73631d4d
@ -12,7 +12,6 @@ import kotlin.reflect.KClass
|
|||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
@MustBeDocumented
|
@MustBeDocumented
|
||||||
@Repeatable
|
|
||||||
annotation class PatchDeprecated(
|
annotation class PatchDeprecated(
|
||||||
val reason: String,
|
val reason: String,
|
||||||
val replacement: KClass<out Patch<Data>> = Patch::class
|
val replacement: KClass<out Patch<Data>> = Patch::class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user