feat: Deprecate Version annotation

This commit is contained in:
oSumAtrIX 2023-07-28 20:13:45 +02:00
parent 86e1bf6078
commit 400442f70e
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

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