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

com.github.matek2305.dataloader.DataLoader Maven / Gradle / Ivy

The newest version!
package com.github.matek2305.dataloader;

/**
 * Data loader beans interface.
 * @author Mateusz Urbański 
 */
public interface DataLoader {

    /**
     * Load your data here.
     */
    void load();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy