Deprecated.Implement JavaMigration directly instead. Also consider implementing JavaMigrationChecksumProvider and
JavaMigrationInfoProvider if you need more control. This class will be removed in Flyway 1.5.
JavaMigration implementors that also implement this interface will be able to specify their checksum (for
validation), instead of having it automatically default to null.
JavaMigration implementors that also implement this interface will be able to specify their version and description
manually, instead of having it automatically computed from the class name.