com.github.uuidcode.builder.html.Html Maven / Gradle / Ivy
package com.github.uuidcode.builder.html;
public class Html extends Node {
public static Html of() {
return new Html().setTagName("html");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy