Package org.apache.flink.test.util
Annotation Type MigrationTest.SnapshotsGenerator
- Enclosing interface:
- MigrationTest
Marks a method as snapshots generator. The method should be like
@SnapshotsGenerator
void function(FlinkVersion version) {}