DeprecatedSetting

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DeprecatedSetting(val message: String = "", val removeInVersion: Int = Int.MAX_VALUE)

Marks a field that was deprecated.

Properties

Link copied to clipboard
Link copied to clipboard