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