

---

JavaScript is disabled on your browser.

---

Skip navigation links

---

Overview
Package
Class
Tree
Deprecated
Index
Help

---

Prev Class
Next Class

---

Frames
No Frames

---

All Classes

---

Summary: 
Field | 
Required | 
Optional

---

Detail: 
Field | 
Element

---

org.jetbrains.annotations
Annotation Type ApiStatus.ScheduledForRemoval

---

@Documented
 @Retention(value=CLASS)
 @Target(value={TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public static @interface ApiStatus.ScheduledForRemoval
Indicates that a public API of the annotated element (class, method or field) is subject to removal in a future version.
 It's a stronger variant of Deprecated annotation.

 Since many tools aren't aware of this annotation it should be used as an addition to @Deprecated annotation
 or @deprecated Javadoc tag only.

---

Optional Element Summary

Optional Elements 

Modifier and Type
Optional Element and Description

---

java.lang.String
inVersion
Specifies in which version the API will be removed.

---

Element Detail

---

inVersion
public abstract java.lang.String inVersion
Specifies in which version the API will be removed.

Default:
""

---

Skip navigation links

---

Overview
Package
Class
Tree
Deprecated
Index
Help

---

Prev Class
Next Class

---

Frames
No Frames

---

All Classes

---

Summary: 
Field | 
Required | 
Optional

---

Detail: 
Field | 
Element

---

