Annotation Type MigrationTest.SnapshotsGenerator

Enclosing interface:
MigrationTest

@Retention(RUNTIME) @Target(METHOD) public static @interface MigrationTest.SnapshotsGenerator
Marks a method as snapshots generator. The method should be like
 @SnapshotsGenerator
 void function(FlinkVersion version) {}