javaee.module.webapp.navbar.base.NavigationMenuItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-javaee-module Show documentation
Show all versions of common-javaee-module Show documentation
This Module contains common JavaEE Helper Classes.
The newest version!
package javaee.module.webapp.navbar.base;
import javaee.module.webapp.navbar.core.AbstractNavigationMenuItem;
public class NavigationMenuItem extends AbstractNavigationMenuItem< NavigationSubMenuItem > {
}