@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Supercedes
Indicates that the annotated type is intended as a replacement for another type.
Class<?>
value
public abstract Class<?> value
The type that is superceded by the annotated type.