Annotation Type Supercedes


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value
      The type that is superceded by the annotated type.
    • Element Detail

      • value

        java.lang.Class<?> value
        The type that is superceded by the annotated type.