be.yildizgames.module.webserver.HtmlPage Maven / Gradle / Ivy
/*
* Copyright (C) Grégory Van den Borre - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Grégory Van den Borre 2019-2020
*
*/
package be.yildizgames.module.webserver;
public interface HtmlPage {
String render();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy