All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webforj.component.html.elements.Break Maven / Gradle / Ivy

package com.webforj.component.html.elements;

import com.webforj.component.element.annotation.NodeName;
import com.webforj.component.html.HtmlComponent;

/**
 * Component representing a {@code hr} element.
 *
 * @see HTML hr Tag
 *
 * @author Hyyan Abo Fakher
 * @since 23.06
 */
@NodeName("hr")
public class Break extends HtmlComponent {

  /**
   * Creates a new Break.
   */
  public Break() {
    super();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy