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

com.harium.marine.model.WebModule Maven / Gradle / Ivy

The newest version!
package com.harium.marine.model;

import spark.Request;

import java.util.Map;

public interface WebModule {
    void init();
    default void buildModel(Request request, Map model) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy