Annotation Interface DataSetCallback
@Deprecated(since="4.16.0")
@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
@Inherited
public @interface DataSetCallback
Deprecated.
The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See
the Flink migration guide for details on migrating from DataSet to DataStream API. This annotation will
be maintained for backward compatibility but may be removed in future versions.
Annotation for marking methods as DataSet callbacks.