Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

SinceKotoolsAssert annotation replacement #52

Open
5 tasks
LVMVRQUXL opened this issue Nov 17, 2022 · 0 comments
Open
5 tasks

SinceKotoolsAssert annotation replacement #52

LVMVRQUXL opened this issue Nov 17, 2022 · 0 comments
Labels
assert Related to Kotools Assert library. common Should work on all platforms. enhancement New feature or request. jvm Should work on JVM platform.
Milestone

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Nov 17, 2022

Description

Replace the SinceKotoolsAssert annotation by using the SinceKotools annotation.

import kotools.shared.Project.Assert
import kotools.shared.SinceKotools

@SinceKotoolsAssert("1.0") // replace it by the following annotation
@SinceKotools(Assert, "1.0")
public fun doSomething(): Unit = TODO()

Checklist

  • Deprecate the annotation.
  • Replace the annotation.
  • Test.
  • Refactor.
  • Update Work in progress section in changelog.
@LVMVRQUXL LVMVRQUXL added enhancement New feature or request. common Should work on all platforms. jvm Should work on JVM platform. assert Related to Kotools Assert library. labels Nov 17, 2022
@LVMVRQUXL LVMVRQUXL added this to the Assert v3.1.0 milestone Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
assert Related to Kotools Assert library. common Should work on all platforms. enhancement New feature or request. jvm Should work on JVM platform.
Projects
None yet
Development

No branches or pull requests

1 participant