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