com.harium.web.model.ResponseModel 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
package com.harium.web.model;
public interface ResponseModel {
String asJson();
}