mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
It isn't possible to specify version where removal is planned via Deprecated annotation (IJ-CR-20718). GitOrigin-RevId: 2f524b26c7d5d41ad0c251e52cd9ecead1fde54b
7 lines
231 B
Java
7 lines
231 B
Java
import org.jetbrains.annotations.ApiStatus;
|
|
|
|
<warning descr="@ScheduledForRemoval annotation can be removed">@<caret>ApiStatus.ScheduledForRemoval</warning>
|
|
@Deprecated(forRemoval = true)
|
|
public class RemoveScheduledForRemoval {
|
|
}
|