mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: remove repeatable from PatchDeprecated
This commit is contained in:
parent
7761d5b85e
commit
6e73631d4d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue