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

jp.vmi.html.result.HtmlResultHolder Maven / Gradle / Ivy

package jp.vmi.html.result;

/**
 * HTML result holder.
 */
public interface HtmlResultHolder {

    /**
     * Get HTML result instance.
     *
     * @return HTML result instance.
     */
    HtmlResult getHtmlResult();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy