feat: Deprecate Version annotation

This commit is contained in:
oSumAtrIX
2023-07-28 20:13:45 +02:00
parent 86e1bf6078
commit 400442f70e

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