warn Deprecated Property
fun warnDeprecatedProperty(deprecatedProperty: String, recommendedProperty: String, deprecationReason: String? = null)
Issue a warning for deprecated property usage. Each unique property is warned about only once per application lifecycle.
Parameters
deprecated Property
The deprecated property name
recommended Property
The recommended replacement property
deprecation Reason
Optional reason for deprecation