[platform] API cleanup: mark deprecated unused API for removal (IJPL-163936)

GitOrigin-RevId: 3f0fa9b798a14cafc36552fa66918e99bb7468da
This commit is contained in:
Nikolay Chashnikov
2025-02-14 12:52:26 +01:00
committed by intellij-monorepo-bot
parent 627b6de614
commit 2f71c71bf1
44 changed files with 66 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ import org.jetbrains.annotations.ApiStatus
const val RECEIVER_NAME: String = "this"
@ApiStatus.Internal
@ApiStatus.ScheduledForRemoval
@Deprecated("")
/**
* Use kotlin - base class is not required in this case (no boilerplate code)