Package org.jetbrains.annotations
Annotation Type ApiStatus.ScheduledForRemoval
-
@Documented @Retention(CLASS) @Target({TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE}) public static @interface ApiStatus.ScheduledForRemovalIndicates 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
Deprecatedannotation.Since many tools aren't aware of this annotation it should be used as an addition to
@Deprecatedannotation or@deprecatedJavadoc tag only.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringinVersionSpecifies in which version the API will be removed.
-