PlannedRemoval

annotation class PlannedRemoval(val major: Int, val minor: Int)

Indicates that the annotated API is deprecated and scheduled for removal in an upcoming version. Any code using this API should migrate to the suggested replacement as soon as possible.

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int