mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-13 02:14:27 +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].
|
* @param version The version of a [Patch].
|
||||||
*/
|
*/
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
|
@Deprecated("This annotation is deprecated and will be removed in a future release.")
|
||||||
annotation class Version(
|
annotation class Version(
|
||||||
val version: String,
|
val version: String,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue