Skip to content

Commit 413b44a

Browse files
committed
Add CandidateForRemoval annotation
1 parent 33b5855 commit 413b44a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)