
com.harium.marine.model.WebModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A web framework over sparkjava
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