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

io.github.mivek.provider.airport.AirportProvider Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package io.github.mivek.provider.airport;

import io.github.mivek.model.Airport;

import java.util.Map;

/**
 * Service providing {@link Airport}.
 *
 * @author mivek
 */
public interface AirportProvider {

    /**
     * @return a map of airports with the ICAO code as key.
     */
    Map getAirports();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy