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