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