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