All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.nkonev.r2dbc.migrate.reader.MigrateResourceReader Maven / Gradle / Ivy

The newest version!
package name.nkonev.r2dbc.migrate.reader;

import java.util.List;

public interface MigrateResourceReader {
    List getResources(String resourcesPath);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy