We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b5855 commit 413b44aCopy full SHA for 413b44a
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/annotations/CandidateForRemoval.kt
@@ -0,0 +1,9 @@
1
+package org.jetbrains.kotlinx.dataframe.annotations
2
+
3
+/**
4
+ * Functions that can be replaced with other API, such as shortcuts without clean value,
5
+ * or something not properly designed, and so will be considered to be removed from API.
6
+ * If you see a function marked with it and think it should be kept, please let us know in the GitHub issue:
7
+ * https://github.com/Kotlin/dataframe/issues/1028
8
+ */
9
+internal annotation class CandidateForRemoval
0 commit comments