Annotation Type MigrationTest.SnapshotsGenerator


  • @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) {}