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

be.yildizgames.module.webserver.HtmlPage Maven / Gradle / Ivy

There is a newer version: 2.0.7
Show newest version
/*
 *  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