mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
feat: Deprecate Version
annotation
This commit is contained in:
parent
86e1bf6078
commit
400442f70e
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ annotation class Description(
|
|||
* @param version The version of a [Patch].
|
||||
*/
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Deprecated("This annotation is deprecated and will be removed in a future release.")
|
||||
annotation class Version(
|
||||
val version: String,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue