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

io.mangoo.interfaces.MangooRoute Maven / Gradle / Ivy

The newest version!
package io.mangoo.interfaces;

public interface MangooRoute {
    /**
     * @return The configured URL for this route
     */
    String getUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy