Annotation Type Supercedes


@Documented @Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface Supercedes
Deprecated.
Use Supersedes instead. This annotation is misspelled.
Indicates that the annotated type is intended as a replacement for another type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    The type that is superseded by the annotated type.
  • Element Details

    • value

      Class<?> value
      Deprecated.
      The type that is superseded by the annotated type.