![JAR search and dependency download from the Maven repository](/logo.png)
net.inetalliance.lutra.markers.Marker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lutra Show documentation
Show all versions of lutra Show documentation
library to generate java classes from XHTML
package net.inetalliance.lutra.markers;
import net.inetalliance.lutra.elements.Element;
public abstract class Marker
{
public abstract T mark(final T element);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy