Annotation Type | Description |
---|---|
DeprecatedSince |
In combination with
Deprecated specifies when this feature was marked as deprecated. |
ForRemoval |
Functionality annotated with ForRemoval will no longer be supported
and should not be used anymore in new code.
|
Incubating |
Functionality annotated with Incubating might change in a future release.
|
ReplaceWith |
Functionality annotated with ReplaceWith should be replaced immediately
with the mentioned code fragment.
|