Deprecation and Removal
You should avoid using deprecated Public API and features. When migrating to a new version check for deprecated Public API and features and replace them with the successor API or feature.
You should avoid using deprecated Public API and features. When migrating to a new version check for deprecated Public API and features and replace them with the successor API or feature.
We deprecate and remove Features as follows:
@Deprecated(forRemoval=true)
The feature was introduced in this release.
The feature can be used in this release.
The feature was deprecated in this release. You should no longer use it but it still works.
The feature was removed in this release. It cannot be used anymore.